stdlib
1.8
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JS
stdlib
/
org.w3c.workers
/
CacheStorage
Cache
Storage
JS
abstract
external
class
CacheStorage
(
source
)
Exposes the JavaScript
CacheStorage
to Kotlin
Since Kotlin
1.1
Constructors
Functions
Constructors
Cache
Storage
Link copied to clipboard
JS
fun
CacheStorage
(
)
Functions
delete
Link copied to clipboard
JS
fun
delete
(
cacheName
:
String
)
:
Promise
<
Boolean
>
Since Kotlin
1.1
has
Link copied to clipboard
JS
fun
has
(
cacheName
:
String
)
:
Promise
<
Boolean
>
Since Kotlin
1.1
keys
Link copied to clipboard
JS
fun
keys
(
)
:
Promise
<
Array
<
String
>
>
Since Kotlin
1.1
match
Link copied to clipboard
JS
fun
match
(
request
:
dynamic
,
options
:
CacheQueryOptions
=
definedExternally
)
:
Promise
<
Any
?
>
Since Kotlin
1.1
open
Link copied to clipboard
JS
fun
open
(
cacheName
:
String
)
:
Promise
<
Cache
>
Since Kotlin
1.1