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 - Base class for syncing classes
SYNOPSIS
package Alzabo::ObjectCache::TelepathySync;
use Alzabo::ObjectCache::Sync;
use base qw( Alzabo::ObjectCache::Sync );
DESCRIPTION
This class implements most of the logic needed for syncing operations. Subclasses only need to implement methods for actually storing and retrieving the refresh times for an object.
SUBCLASSING
See the Alzabo::ObjectCache
docs for information on what a subclass of this module should implement.
AUTHOR
Dave Rolsky, <autarch@urth.org>