cache

An in-memory key/value store with expiration support

https://github.com/hverr/haskell-cache

Version on this page:0.1.0.1
LTS Haskell 22.14:0.1.3.0@rev:1
Stackage Nightly 2024-03-28:0.1.3.0@rev:1
Latest on Hackage:0.1.3.0@rev:1

See all snapshots cache appears in

BSD-3-Clause licensed by Henri Verroken
Maintained by [email protected]
This version can be pinned in stack with:cache-0.1.0.1@sha256:cdb66c0eb670a6444ed318e9549d18bc1bb9ba0ccf391e99a24e920fc3a09e67,1729

Module documentation for 0.1.0.1

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.