openAsync

fun openAsync(cacheName: String): Promise<Cache>(source)

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

MDN Reference