Alzabo::Runtime::RowState::InCache.3pm

Langue: en

Autres versions - même langue

Version: 2008-06-10 (ubuntu - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 );
 
 

DESCRIPTION

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

METHODS

See "Alzabo::Runtime::Row".

AUTHOR

Dave Rolsky, <autarch@urth.org>