Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joemcmahon/memoize-expirelru
- Owner: joemcmahon
- Created: 2009-03-26T20:52:31.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2009-03-27T00:56:44.000Z (almost 16 years ago)
- Last Synced: 2024-10-28T15:48:15.803Z (about 2 months ago)
- Language: Perl
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
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 installMemoize::ExpireLRU requires Memoize version 0.52 or greater.