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<Request>> Function([Object?, CacheQueryOptions?])
getter/setter pair
match Future<Response?> Function(Object, [CacheQueryOptions?])
getter/setter pair
matchAll Future<ReadonlyArray<Response>> Function([Object?, CacheQueryOptions?])
getter/setter pair
put Future<void> Function(Object, Response)
getter/setter pair