BSD-3-Clause licensed by Carl Howells
Maintained by chowells79@gmail.com
This version can be pinned in stack with:lrucache-1.2.0.0@sha256:4a88c800946ac5653e9196d6ee870e9ffa197d42b2928353871e7b02d8a2c1f3,1254

Module documentation for 1.2.0.0

  • Data
    • Data.Cache
      • Data.Cache.LRU
        • Data.Cache.LRU.IO
          • Data.Cache.LRU.IO.Internal
        • Data.Cache.LRU.Internal
Used by 2 packages in nightly-2018-06-23(full list with versions):

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.

Changes