See https://pub.dev/packages/quiver instead!
A semi-persistent cache with map semantics.
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.