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::Null - Doesn't really store anything
SYNOPSIS
use Alzabo::ObjectCache
( store => 'Alzabo::ObjectCache::Store::Null',
sync => 'Alzabo::ObjectCache::Sync::BerkeleyDB',
sync_dbm_file => 'somefilename.db' );
DESCRIPTION
This class fakes the object storage mechanism. It is useful if you want to use the syncing part of the cache to signal changes between multiple processes without actually caching the objects.
AUTHOR
Dave Rolsky, <autarch@urth.org>