Cache$Typings extension
- on
Properties
-
add
↔ Future<
void> Function(Object) -
Available on Cache, provided by the Cache$Typings extension
getter/setter pair -
addAll
→ ({Future<
void> Function(List<Object> requests) $1, Future<void> Function(Iterable<Object> requests) $2}) -
Available on Cache, provided by the Cache$Typings extension
Overload accessor: $1, $2no setter -
delete
↔ Future<
bool> Function(Object, [CacheQueryOptions?]) -
Available on Cache, provided by the Cache$Typings extension
getter/setter pair -
keys
↔ Future<
ReadonlyArray< Function([Object?, CacheQueryOptions?])Request> > -
Available on Cache, provided by the Cache$Typings extension
getter/setter pair -
match
↔ Future<
Response?> Function(Object, [CacheQueryOptions?]) -
Available on Cache, provided by the Cache$Typings extension
getter/setter pair -
matchAll
↔ Future<
ReadonlyArray< Function([Object?, CacheQueryOptions?])Response> > -
Available on Cache, provided by the Cache$Typings extension
getter/setter pair -
put
↔ Future<
void> Function(Object, Response) -
Available on Cache, provided by the Cache$Typings extension
getter/setter pair