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>