The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>