The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Alzabo::ObjectCache::Store::BerkeleyDB - Cache objects in a BerkeleyDB file

SYNOPSIS

  use Alzabo::ObjectCache( store => 'Alzabo::ObjectCache::Store::BerkeleyDB',
                           sync  => 'Alzabo::ObjectCache::Sync::Null',
                           store_dbm_file => '/tmp/alzabo_storage.db' );

DESCRIPTION

This class simply stores cached objects in a DBM file using the BerkeleyDB module.

AUTHOR

Dave Rolsky, <autarch@urth.org>