quiver_cache 1.0.0
quiver_cache: ^1.0.0 copied to clipboard
A semi-persistent cache with map semantics.
Quiver Cache #
A semi-persistent cache with map semantics.
Documentation #
Cache is a semi-persistent, asynchronously accessed, mapping of keys to
values. Caches are similar to Maps, except that the cache implementation might
store values in a remote system, so all operations are asynchronous, and caches
might have eviction policies.
MapCache is a Cache implementation backed by a Map.