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
/
Cache
Cache
JS
abstract
external
class
Cache
(
source
)
Exposes the JavaScript
Cache
to Kotlin
Since Kotlin
1.1
Constructors
Functions
Constructors
Cache
Link copied to clipboard
JS
fun
Cache
(
)
Functions
add
Link copied to clipboard
JS
fun
add
(
request
:
dynamic
)
:
Promise
<
Unit
>
Since Kotlin
1.1
add
All
Link copied to clipboard
JS
fun
addAll
(
requests
:
Array
<
dynamic
>
)
:
Promise
<
Unit
>
Since Kotlin
1.1
delete
Link copied to clipboard
JS
fun
delete
(
request
:
dynamic
,
options
:
CacheQueryOptions
=
definedExternally
)
:
Promise
<
Boolean
>
Since Kotlin
1.1
keys
Link copied to clipboard
JS
fun
keys
(
request
:
dynamic
=
definedExternally
,
options
:
CacheQueryOptions
=
definedExternally
)
:
Promise
<
Array
<
Request
>
>
Since Kotlin
1.1
match
Link copied to clipboard
JS
fun
match
(
request
:
dynamic
,
options
:
CacheQueryOptions
=
definedExternally
)
:
Promise
<
Any
?
>
Since Kotlin
1.1
match
All
Link copied to clipboard
JS
fun
matchAll
(
request
:
dynamic
=
definedExternally
,
options
:
CacheQueryOptions
=
definedExternally
)
:
Promise
<
Array
<
Response
>
>
Since Kotlin
1.1
put
Link copied to clipboard
JS
fun
put
(
request
:
dynamic
,
response
:
Response
)
:
Promise
<
Unit
>
Since Kotlin
1.1