cache

An in-memory key/value store with expiration support

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

Version on this page:0.1.1.1
LTS Haskell 21.13:0.1.3.0
Stackage Nightly 2023-06-21:0.1.3.0
Latest on Hackage:0.1.3.0

See all snapshots cache appears in

BSD-3-Clause licensed by Henri Verroken
This version can be pinned in stack with:cache-0.1.1.1@sha256:f200339694cf1798ec86ef260c49da8c11b911873ca26a347ee54012d06ec4fe,1717

Module documentation for 0.1.1.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.