A general purpose simple shared state cache map with automatic expiration of values.
 
Go to file
Edward L. Blake 66894aad2e Changed metadata. 2022-07-04 05:19:53 -04:00
Caching/ExpiringCacheMap Fixed invalidateCache last key and value returned, added more tests. 2016-08-10 21:31:28 -04:00
tests Fixed invalidateCache last key and value returned, added more tests. 2016-08-10 21:31:28 -04:00
LICENSE Source added to repository. 2014-11-20 14:02:47 -05:00
README.md Source added to repository. 2014-11-20 14:02:47 -05:00
Setup.hs Source added to repository. 2014-11-20 14:02:47 -05:00
expiring-cache-map.cabal Changed metadata. 2022-07-04 05:19:53 -04:00

README.md

expiring-cache-map

A general purpose simple shared state cache map with automatic expiration of values for caching the results of accessing a resource (such as reading a file), with variations for Ord and Hashable keys.