p5-Memoize-ExpireLRU

expiry plug-in for Memoize that adds LRU cache expiration

WWW CVSWeb GITHub
  1. Package version
    p5-Memoize-ExpireLRU-0.56p0
  2. Maintainer
    Andrew Fresh

For the theory of Memoization, please see the Memoize module
documentation. This module implements an expiry policy for Memoize
that follows LRU semantics, that is, the last n results, where n
is specified as the argument to the CACHESIZE parameter, will be
cached.