menu
more package
documentation
cache.dart
cache.dart
dark_mode
light_mode
cache
library
Collection of different caching strategies and their expiry policy.
Classes
Cache
<
K
,
V
>
DelegateCache
<
K
,
V
>
A cache that delegates to another one.
Typedefs
Loader
<
K
,
V
>
=
FutureOr
<
V
>
Function
(
K
key
)
Function asynchronously loading missing cache values.
more package
documentation
cache.dart
more
package
Libraries
async
cache
char_matcher
collection
comparator
diff
feature
functional
graph
interval
math
more
number
printer
temporal
tuple
cache library