@hackage / expiring-cache-map

General purpose simple caching.

Latest0.0.6.1

About

Metadata

  • Last updated , by elblake
  • License BSD-3-Clause
  • Maintained by: mail@edwardlblake.com

  • Lottery factor: 0

Links

Installation

Readme

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.