expiring-cache-map: General purpose simple caching.
A simple general purpose shared state cache map with automatic expiration of values, for caching the results of accessing a resource such as reading a file. With variations for Ord and Hashable keys using Data.Map.Strict and Data.HashMap.Strict, respectively.
[Skip to Readme]
Modules
[Index]
Downloads
- expiring-cache-map-0.0.6.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Versions [RSS] | 0.0.5.0, 0.0.5.3, 0.0.5.4, 0.0.6.0, 0.0.6.1 |
---|---|
Dependencies | base (>=4 && <5), containers (>=0.5.0.0), hashable (>=1.0.1.1), unordered-containers (>=0.2.0.0) [details] |
License | BSD-3-Clause |
Copyright | (c) 2014 Edward L. Blake |
Author | Edward L. Blake |
Maintainer | edwardlblake@gmail.com |
Category | Caching |
Home page | https://github.com/elblake/expiring-cache-map |
Bug tracker | https://github.com/elblake/expiring-cache-map/issues |
Uploaded | by elblake at 2016-08-11T01:35:05Z |
Distributions | Arch:0.0.6.1, Debian:0.0.6.1, LTSHaskell:0.0.6.1, NixOS:0.0.6.1, Stackage:0.0.6.1 |
Downloads | 10829 total (68 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-11-21 [all 1 reports] |