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::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>