PropsCache extension

on

Methods

add(dynamic request) → Future<void>

Available on Cache, provided by the PropsCache extension

addAll(Iterable requests) → Future<void>

Available on Cache, provided by the PropsCache extension

delete(dynamic request, [CacheQueryOptions? options]) → Future<bool>

Available on Cache, provided by the PropsCache extension

keys([dynamic request, CacheQueryOptions? options]) → Future<Iterable<Request>>

Available on Cache, provided by the PropsCache extension

match(dynamic request, [CacheQueryOptions? options]) → dynamic

Available on Cache, provided by the PropsCache extension

matchAll([dynamic request, CacheQueryOptions? options]) → Future<Iterable<Response>>

Available on Cache, provided by the PropsCache extension

put(dynamic request, Response response) → Future<void>

Available on Cache, provided by the PropsCache extension