File: README

package info (click to toggle)
haskell-lrucache 1.2.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 104 kB
  • sloc: haskell: 391; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (6)
1
2
3
4
5
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.