Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
Alzabo::ObjectCache::Store::LRU - Make any storage module an LRU
SYNOPSIS
use Alzabo::ObjectCache
( store => 'Alzabo::ObjectCache::Store::Memory',
sync => 'Alzabo::ObjectCache::Sync::Null',
lru_size => 100 );
DESCRIPTION
This class can turn any cache storage module into an LRU cache.
AUTHOR
Dave Rolsky, <autarch@urth.org>