Alzabo::ObjectCache::SDBM_File - Uses an SDBM file to sync object caches


NAME

Alzabo::ObjectCache::SDBM_File - Uses an SDBM file to sync object caches


SYNOPSIS

  use Alzabo::ObjectCache( store => 'Alzabo::ObjectCache::Store::Memory',
                           sync  => 'Alzabo::ObjectCache::Sync::SDBM_File',
                           sync_dbm_file => 'somefilename.db',
                           clear_on_startup => 1 );


DESCRIPTION

This class implements object cache syncing between multiple processes using an SDBM_File.


IMPORT PARAMETERS


AUTHOR

Dave Rolsky, <autarch@urth.org>

 Alzabo::ObjectCache::SDBM_File - Uses an SDBM file to sync object caches