expiring-cache-map: General purpose simple caching.

[ bsd3, caching, library ] [ Propose Tags ]

A simple general purpose 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 using Data.Map.Strict and Data.HashMap.Strict, respectively.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.5.0, 0.0.5.3, 0.0.5.4, 0.0.6.0, 0.0.6.1
Dependencies base (>=4 && <5), containers (>=0.5.0.0), hashable (>=1.0.1.1), unordered-containers (>=0.2.0.0) [details]
License BSD-3-Clause
Copyright (c) 2014 Edward L. Blake
Author Edward L. Blake
Maintainer edwardlblake@gmail.com
Revised Revision 1 made by elblake at 2022-07-04T08:47:00Z
Category Caching
Home page https://codeberg.org/elblake/expiring-cache-map
Bug tracker https://codeberg.org/elblake/expiring-cache-map/issues
Uploaded by elblake at 2016-08-11T01:35:05Z
Distributions Arch:0.0.6.1, Debian:0.0.6.1, LTSHaskell:0.0.6.1, NixOS:0.0.6.1, Stackage:0.0.6.1
Reverse Dependencies 3 direct, 25 indirect [details]
Downloads 11786 total (62 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-11-21 [all 1 reports]

Readme for expiring-cache-map-0.0.6.1

[back to package description]

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.