Cache
Constructors
Functions
delete
fun delete(
request: dynamic,
options: CacheQueryOptions = definedExternally
): Promise<Boolean>
keys
fun keys(
request: dynamic = definedExternally,
options: CacheQueryOptions = definedExternally
): Promise<Array<Request>>
match
fun match(
request: dynamic,
options: CacheQueryOptions = definedExternally
): Promise<Any?>
matchAll
fun matchAll(
request: dynamic = definedExternally,
options: CacheQueryOptions = definedExternally
): Promise<Array<Response>>