File: README.md

package info (click to toggle)
haskell-expiring-cache-map 0.0.6.1-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: haskell: 2,209; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7

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.