Cache$Typings extension
- on
Properties
-
add
↔ Future<
void> Function(Object) -
getter/setter pair
-
addAll
↔ Future<
void> Function(List<Object> ) -
getter/setter pair
-
delete
↔ Future<
bool> Function(Object, [CacheQueryOptions?]) -
getter/setter pair
-
keys
↔ Future<
ReadonlyArray< Function([Object?, CacheQueryOptions?])Request> > -
getter/setter pair
-
match
↔ Future<
Response?> Function(Object, [CacheQueryOptions?]) -
getter/setter pair
-
matchAll
↔ Future<
ReadonlyArray< Function([Object?, CacheQueryOptions?])Response> > -
getter/setter pair
-
put
↔ Future<
void> Function(Object, Response) -
getter/setter pair