Alzabo::ObjectCache::Sync::DBM - Base class for syncing modules that use DBM files


NAME

Alzabo::ObjectCache::Sync::DBM - Base class for syncing modules that use DBM files


SYNOPSIS

  use base qw( Alzabo::ObjectCache::Sync::DBM );


DESCRIPTION

All that a module that subclasses this module needs to do is implement a dbm method and an optional import method.


INTERFACE

todo


AUTHOR

Dave Rolsky, <autarch@urth.org>

 Alzabo::ObjectCache::Sync::DBM - Base class for syncing modules that use DBM files