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::RDBMS - Cache objects in an RDBMS backend
SYNOPSIS
use Alzabo::ObjectCache
( store => 'Alzabo::ObjectCache::Store::RDBMS',
sync => 'Alzabo::ObjectCache::Sync::Null',
store_rdbms => 'MySQL',
store_schema_name => 'something',
store_user => 'foo' );
DESCRIPTION
This class stores serialized objects in an RDBMS backend.
AUTHOR
Dave Rolsky, <autarch@urth.org>