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

NAME

Alzabo::ObjectCache::Sync - Base class for syncing classes

SYNOPSIS

  package Alzabo::ObjectCache::TelepathySync;
  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>