@hackage lrucache0.1.1

a simple, pure LRU cache

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.

Version History:

  1. 1.1 - Add the Data.Cache.LRU.IO.Internal module. Clean up build warnings on GHC 6.12.1.

  2. 1.0.1 - Minor refactoring

  3. 1 - First release