Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joemcmahon/memoize-expirelru

Adds a least-recently-used cache (with optional backend persistency) to Memoize
https://github.com/joemcmahon/memoize-expirelru

Last synced: 11 days ago
JSON representation

Adds a least-recently-used cache (with optional backend persistency) to Memoize

Awesome Lists containing this project

README

        

This is the README file for Memoize::ExpireLRU

Memoize::ExpireLRU is a module that implements LRU expiration for
Memoize.

To build and install this extension:

perl Makefile.PL
make
make test
make install

Memoize::ExpireLRU requires Memoize version 0.52 or greater.