Alzabo::Runtime::RowState::InCache - Cached row objects that represent actual database rows


Alzabo documentation  | view source Contained in the Alzabo distribution.

Index


NAME

Top

Alzabo::Runtime::RowState::InCache - Cached row objects that represent actual database rows

SYNOPSIS

Top

  use Alzabo::Runtime::UniqueRowCache;

  my $row = $table->row_by_pk( pk => 1 );

DESCRIPTION

Top

This state is used for live rows that are cached via the Alzabo::Runtime::UniqueRowCache class.

METHODS

Top

See Alzabo::Runtime::Row|Alzabo::Runtime::Row.

AUTHOR

Top

Dave Rolsky, <autarch@urth.org>


Alzabo documentation  | view source Contained in the Alzabo distribution.