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

NAME

Alzabo::Runtime::CachedRow - Cached row objects

SYNOPSIS

  use Alzabo::Runtime::Row;

DESCRIPTION

This class is loaded by the Alzabo::ObjectCache module. It subclasses the Alzabo::Runtime::Row class and caches rows and row object data.

METHODS

It has the exact same methods as Alzabo::Runtime::Row plus:

check_cache

This checks if the row has been expired or deleted. If the row is deleted, an Alzabo::Exception::Cache::Deleted exception is thrown. If the row is expired, it will update itself from the RDBMS.

AUTHOR

Dave Rolsky, <autarch@urth.org>