cache

An in-memory key/value store with expiration support


Keywords
cache, data, library, Propose Tags , Data.Cache, Data.Cache.Internal
License
BSD-3-Clause
Install
cabal install cache-0.1.0.1

Documentation

cache

Build Status Hackage Stackage Nightly Stackage LTS Documentation

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. It supports item expiration.