Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 762 Bytes

File metadata and controls

12 lines (9 loc) · 762 Bytes

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.