Skip to main content
CacheStorage.open - Cache - Web documentation
method CacheStorage.open
CacheStorage.open(cacheName: string): Promise<Cache>

Open a cache storage for the provided name.

Parameters

cacheName: string

Return Type

Promise<Cache>