All Methods Instance Methods Abstract Methods Default Methods
Modifier and Type |
Method and Description |
Promise<java.lang.Void> |
add(Cache.AddRequestUnionType request) |
default Promise<java.lang.Void> |
add(Request request) |
default Promise<java.lang.Void> |
add(java.lang.String request) |
Promise<java.lang.Void> |
addAll(Cache.AddAllRequestsArrayUnionType[] requests) |
Promise<java.lang.Boolean> |
delete(Cache.DeleteRequestUnionType request) |
Promise<java.lang.Boolean> |
delete(Cache.DeleteRequestUnionType request,
CacheQueryOptions options) |
default Promise<java.lang.Boolean> |
delete(Request request) |
default Promise<java.lang.Boolean> |
delete(Request request,
CacheQueryOptions options) |
default Promise<java.lang.Boolean> |
delete(java.lang.String request) |
default Promise<java.lang.Boolean> |
delete(java.lang.String request,
CacheQueryOptions options) |
Promise<Request[]> |
keys() |
Promise<Request[]> |
keys(Cache.KeysRequestUnionType request) |
Promise<Request[]> |
keys(Cache.KeysRequestUnionType request,
CacheQueryOptions options) |
default Promise<Request[]> |
keys(Request request) |
default Promise<Request[]> |
keys(Request request,
CacheQueryOptions options) |
default Promise<Request[]> |
keys(java.lang.String request) |
default Promise<Request[]> |
keys(java.lang.String request,
CacheQueryOptions options) |
Promise<Response> |
match(Cache.MatchRequestUnionType request) |
Promise<Response> |
match(Cache.MatchRequestUnionType request,
CacheQueryOptions options) |
default Promise<Response> |
match(Request request) |
default Promise<Response> |
match(Request request,
CacheQueryOptions options) |
default Promise<Response> |
match(java.lang.String request) |
default Promise<Response> |
match(java.lang.String request,
CacheQueryOptions options) |
Promise<Response[]> |
matchAll() |
Promise<Response[]> |
matchAll(Cache.MatchAllRequestUnionType request) |
Promise<Response[]> |
matchAll(Cache.MatchAllRequestUnionType request,
CacheQueryOptions options) |
default Promise<Response[]> |
matchAll(Request request) |
default Promise<Response[]> |
matchAll(Request request,
CacheQueryOptions options) |
default Promise<Response[]> |
matchAll(java.lang.String request) |
default Promise<Response[]> |
matchAll(java.lang.String request,
CacheQueryOptions options) |
Promise<java.lang.Void> |
put(Cache.PutRequestUnionType request,
Response response) |
default Promise<java.lang.Void> |
put(Request request,
Response response) |
default Promise<java.lang.Void> |
put(java.lang.String request,
Response response) |