Alzabo::Runtime::RowState::InCache
Cached row objects that represent actual database rows
- Provided by: libalzabo-perl (Version: 0.92-6)
- Report a bug
Cached row objects that represent actual database rows
use Alzabo::Runtime::UniqueRowCache; my $row = $table->row_by_pk( pk => 1 );
This state is used for live rows that are cached via the "Alzabo::Runtime::UniqueRowCache" class.
See "Alzabo::Runtime::Row".
Dave Rolsky, <autarch@urth.org>