quiver.cache library

Classes

Cache<K, V>
A semi-persistent mapping of keys to values. [...]
MapCache<K, V>
A Cache that's backed by a Map.

Typedefs

Loader<K, V>(K key) FutureOr<V>
A function that produces a value for key, for when a Cache needs to populate an entry. [...]