Skip to main content
method CacheStorage.has
CacheStorage.has(cacheName: string): Promise<boolean>
Deprecated

Check if cache already exists for the provided name.

Parameters

cacheName: string

Return Type

Promise<boolean>
Back to top