@hackage cache0.1.1.0
An in-memory key/value store with expiration support
Installation
Tested Compilers
Dependencies (6)
- base >=4.8 && <5
- clock >=0.7 && <0.8
- hashable >=1.0.1.1
- stm >=2.2 && <3
- transformers >=0.4.2 && <0.6
- unordered-containers >=0.2.2 && <0.3 Show all…
Dependents (7)
@hackage/hsinspect-lsp, @hackage/keter-rate-limiting-plugin, @hackage/acme-everything, @hackage/hw-kafka-avro, @hackage/cache-polysemy, @hackage/wai-middleware-throttle, Show all…
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.