@hackage lrucache1.1.1
a simple, pure LRU cache
Installation
Dependencies (2)
- base >=4 && <5
- containers >=0.2 && <0.5 Show all…
Dependents (16)
@hackage/linkcheck, @hackage/wai-middleware-caching-lru, @hackage/latex-formulae-hakyll, @hackage/hakyll, @hackage/waldo, @hackage/acme-everything, Show all…
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.