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.3.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
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.7), 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 |
Revised | Revision 1 made by Bodigrim at 2023-10-01T08:26:26Z |
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-09T18:49:33Z |
Distributions | LTSHaskell:0.1.3.0, NixOS:0.1.3.0, Stackage:0.1.3.0 |
Reverse Dependencies | 5 direct, 2 indirect [details] |
Downloads | 6976 total (80 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-09 [all 1 reports] |