cache: An in-memory key/value store with expiration support
An in-memory key/value store with expiration support, similar to patrickmn/go-cache for Go.
The cache is a shared mutable HashMap implemented using STM and with support for expiration times.
Downloads
- cache-0.1.2.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.2.0, 0.1.3.0 |
---|---|
Dependencies | base (>=4.8 && <5), clock (>=0.7 && <0.9), hashable (>=1.0.1.1), stm (>=2.2 && <3), transformers (>=0.4.2 && <0.6), unordered-containers (>=0.2.2 && <0.3) [details] |
Tested with | ghc ==7.10.3, ghc ==8.0.1 |
License | BSD-3-Clause |
Copyright | 2016 Henri Verroken |
Author | Henri Verroken |
Maintainer | henriverroken@gmail.com |
Category | Data, Cache |
Home page | https://github.com/hverr/haskell-cache#readme |
Bug tracker | https://github.com/hverr/haskell-cache/issues |
Source repo | head: git clone https://github.com/hverr/cache |
Uploaded | by hverr at 2019-12-07T11:47:52Z |
Distributions | LTSHaskell:0.1.3.0, NixOS:0.1.3.0, Stackage:0.1.3.0 |
Reverse Dependencies | 5 direct, 2 indirect [details] |
Downloads | 6997 total (52 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2019-12-07 [all 1 reports] |