CacheStorage

abstract external class CacheStorage(source)

Exposes the JavaScript CacheStorage to Kotlin

Since Kotlin

1.1

Constructors

Link copied to clipboard
constructor()

Functions

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