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

Open a cache storage for the provided name.

Parameters

cacheName: string

Return Type

Promise<Cache>
Back to top