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::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>