CacheStorage

abstract external class CacheStorage

Exposes the JavaScript CacheStorage to Kotlin

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
fun delete(cacheName: String): Promise<Boolean>
Link copied to clipboard
fun has(cacheName: String): Promise<Boolean>
Link copied to clipboard
Link copied to clipboard
fun match(request: dynamic, options: CacheQueryOptions = definedExternally): Promise<Any?>
Link copied to clipboard
fun open(cacheName: String): Promise<Cache>