@hackage / cache

An in-memory key/value store with expiration support

Latest0.1.3.0

About

Metadata

  • Last updated , by Bodigrim
  • License BSD-3-Clause
  • Maintained by: henriverroken@gmail.com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 7.10.3

Readme

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.