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::Sync::RDBMS - Uses an RDBM backend to sync object caches
SYNOPSIS
use Alzabo::ObjectCache
( store => 'Alzabo::ObjectCache::Store::Memory',
sync => 'Alzabo::ObjectCache::Sync::RDBMS',
sync_rdbms => 'MySQL',
sync_schema_name => 'something',
sync_user => 'foo' );
DESCRIPTION
This class implements object cache syncing in an RDBMS. This module is quite useful is you want to sync across multiple machines.
AUTHOR
Dave Rolsky, <autarch@urth.org>