quiver_cache 1.0.0 copy "quiver_cache: ^1.0.0" to clipboard
quiver_cache: ^1.0.0 copied to clipboard

discontinuedreplaced by: quiver
Dart 1 only

A semi-persistent cache with map semantics.

Quiver Cache #

A semi-persistent cache with map semantics.

Build Status Coverage Status

Documentation #

API Docs

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.

0
likes
15
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

A semi-persistent cache with map semantics.

Repository (GitHub)
View/report issues
Contributing

License

Apache-2.0 (license)

Dependencies

quiver_collection

More

Packages that depend on quiver_cache