open

inline suspend fun CacheStorage.open(cacheName: String): Cache(source)

The open() method of the CacheStorage interface returns a Promise that resolves to the Cache object matching the cacheName.

MDN Reference