elemental2.promise.Promise<java.lang.Boolean> |
Cache.delete(Cache.DeleteRequestUnionType request,
CacheQueryOptions options) |
|
default elemental2.promise.Promise<java.lang.Boolean> |
Cache.delete(Request request,
CacheQueryOptions options) |
|
default elemental2.promise.Promise<java.lang.Boolean> |
Cache.delete(URL request,
CacheQueryOptions options) |
|
default elemental2.promise.Promise<java.lang.Boolean> |
Cache.delete(java.lang.String request,
CacheQueryOptions options) |
|
elemental2.promise.Promise<elemental2.core.JsArray<Request>> |
Cache.keys(Cache.KeysRequestUnionType request,
CacheQueryOptions options) |
|
default elemental2.promise.Promise<elemental2.core.JsArray<Request>> |
Cache.keys(Request request,
CacheQueryOptions options) |
|
default elemental2.promise.Promise<elemental2.core.JsArray<Request>> |
Cache.keys(URL request,
CacheQueryOptions options) |
|
default elemental2.promise.Promise<elemental2.core.JsArray<Request>> |
Cache.keys(java.lang.String request,
CacheQueryOptions options) |
|
elemental2.promise.Promise<Response> |
Cache.match(Cache.MatchRequestUnionType request,
CacheQueryOptions options) |
|
default elemental2.promise.Promise<Response> |
Cache.match(Request request,
CacheQueryOptions options) |
|
default elemental2.promise.Promise<Response> |
Cache.match(URL request,
CacheQueryOptions options) |
|
default elemental2.promise.Promise<Response> |
Cache.match(java.lang.String request,
CacheQueryOptions options) |
|
elemental2.promise.Promise<Response> |
CacheStorage.match(CacheStorage.MatchRequestUnionType request,
CacheQueryOptions options) |
|
default elemental2.promise.Promise<Response> |
CacheStorage.match(Request request,
CacheQueryOptions options) |
|
default elemental2.promise.Promise<Response> |
CacheStorage.match(URL request,
CacheQueryOptions options) |
|
default elemental2.promise.Promise<Response> |
CacheStorage.match(java.lang.String request,
CacheQueryOptions options) |
|
elemental2.promise.Promise<elemental2.core.JsArray<Response>> |
Cache.matchAll(Cache.MatchAllRequestUnionType request,
CacheQueryOptions options) |
|
default elemental2.promise.Promise<elemental2.core.JsArray<Response>> |
Cache.matchAll(Request request,
CacheQueryOptions options) |
|
default elemental2.promise.Promise<elemental2.core.JsArray<Response>> |
Cache.matchAll(URL request,
CacheQueryOptions options) |
|
default elemental2.promise.Promise<elemental2.core.JsArray<Response>> |
Cache.matchAll(java.lang.String request,
CacheQueryOptions options) |
|