[ ソース: libmemoize-expirelru-perl ]
パッケージ: libmemoize-expirelru-perl (0.56-3)
libmemoize-expirelru-perl に関するリンク
Debian の資源:
libmemoize-expirelru-perl ソースパッケージをダウンロード:
- [libmemoize-expirelru-perl_0.56-3.dsc]
- [libmemoize-expirelru-perl_0.56.orig.tar.gz]
- [libmemoize-expirelru-perl_0.56-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
Expiry plug-in for Memoize that adds LRU cache expiration
Memoize::ExpireLRU 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.
For the theory of Memoization, please see the Memoize module documentation.