cdupont / haskell-cache

An in-memory key/value store with expiration support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An in-memory key/value store with expiration support

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%