@hackage lrucache0.1.0.1
a simple pure LRU cache
Installation
Dependencies (2)
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.