logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Dave Rolsky, <autarch@urth.org>

perl v5.34.0                                       2022-06-14             Alzabo::Runtime...wState::InCache(3pm)

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

See Also