PropsCacheStorage extension

on

Methods

delete(String cacheName) Future<bool>
has(String cacheName) Future<bool>
keys() Future<Iterable<String>>
match(dynamic request, [MultiCacheQueryOptions? options]) → dynamic
open(String cacheName) Future<Cache>