The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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