@hackage expiring-cache-map0.0.6.1
General purpose simple caching.
Installation
Dependencies (4)
- base >=4 && <5
- containers >=0.5.0.0
- hashable >=1.0.1.1
- unordered-containers >=0.2.0.0 Show all…
Dependents (4)
@hackage/wai-middleware-static-caching, @hackage/acme-everything, @hackage/github-tools, @hackage/wai-middleware-static
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.