cache

An in-memory key/value store with expiration support

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

Version on this page:0.1.0.0
LTS Haskell 22.13:0.1.3.0@rev:1
Stackage Nightly 2024-03-14: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.0@sha256:b0e86c564c660c593aa9b3b89b7672561283c72dfbc2929e5772078bae1f4684,1729

Module documentation for 0.1.0.0

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.