@hackage lrucache0.1.1
a simple, pure LRU cache
Installation
Dependencies (2)
- base >4 && <5
- containers >0.2 && <0.4 Show all…
Dependents (16)
@hackage/linkcheck, @hackage/wai-middleware-caching-lru, @hackage/latex-formulae-hakyll, @hackage/hakyll, @hackage/waldo, @hackage/acme-everything, Show all…
Package Flags
test
(off by default)
Build test executables
This package contains a simple pure LRU cache, implemented in terms of "Data.Map".
It also contains a mutable IO wrapper providing atomic updates to an LRU cache.