cache: An in-memory key/value store with expiration support

[ bsd3, cache, data, library ] [ Propose Tags ]

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

Maintainer's Corner

Package maintainers

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.8), hashable (>=1.0.1.1), stm (>=2.2 && <3), transformers (>=0.4.2 && <0.6), unordered-containers (>=0.2.2 && <0.3) [details]
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 2018-04-07T19:49:30Z
Distributions LTSHaskell:0.1.3.0, NixOS:0.1.3.0, Stackage:0.1.3.0
Reverse Dependencies 5 direct, 2 indirect [details]
Downloads 6490 total (53 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 2018-04-14 [all 1 reports]