1e755cb921
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.
11 lines
366 B
Plaintext
11 lines
366 B
Plaintext
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/04/06 09:25:46 sthen Exp $
|
|
${P5SITE}/Memoize/
|
|
${P5SITE}/Memoize/ExpireLRU.pm
|
|
${P5SITE}/auto/
|
|
${P5SITE}/auto/Memoize/
|
|
${P5SITE}/auto/Memoize/ExpireLRU/
|
|
${P5SITE}/auto/Memoize/ExpireLRU/DumpCache.al
|
|
${P5SITE}/auto/Memoize/ExpireLRU/ShowStats.al
|
|
${P5SITE}/auto/Memoize/ExpireLRU/autosplit.ix
|
|
@man man/man3p/Memoize::ExpireLRU.3p
|