@hackage lrucache0.3

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. 3 - Added a Show instance for LRU.

  2. 2.0.1 - Increase strictness slightly. Remove cabal target for test executable. (Just include test sources instead.)

  3. 2 - Added an Eq instance for LRU. Added strictness to eliminate space leaks in common use patterns.

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

  5. 1.0.1 - Minor refactoring

  6. 1 - First release