ports/devel/p5-Memoize-ExpireLRU/pkg/DESCR

6 lines
266 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.