deno.com

method CacheStorage.open

#CacheStorage.open(cacheName: string): Promise<Cache>

Open a cache storage for the provided name.

Parameters #

#cacheName: string

Return Type #

Promise<Cache>