The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>