Alzabo::ObjectCache::Store::Null - Doesn't really store anything |
Alzabo::ObjectCache::Store::Null - Doesn't really store anything
use Alzabo::ObjectCache( store => 'Alzabo::ObjectCache::Store::Null', sync => 'Alzabo::ObjectCache::Sync::BerkeleyDB', sync_dbm_file => 'somefilename.db', );
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 to in memory objects without storing the objects in memory and thus causing some bloat.
Dave Rolsky, <autarch@urth.org>
Alzabo::ObjectCache::Store::Null - Doesn't really store anything |