Alzabo::Runtime::RowState::InCache - Cached row objects that represent actual database rows
Contents
Description
This state is used for live rows that are cached via the "Alzabo::Runtime::UniqueRowCache" class.
Methods
See "Alzabo::Runtime::Row".
Name
Alzabo::Runtime::RowState::InCache - Cached row objects that represent actual database rows
Synopsis
use Alzabo::Runtime::UniqueRowCache;
my $row = $table->row_by_pk( pk => 1 );
