DBIx::Class::CDBICompat::NoObjectIndex - Defines empty methods for object indexing. They do nothing


DBIx-Class documentation  | view source Contained in the DBIx-Class distribution.

Index


NAME

Top

DBIx::Class::CDBICompat::NoObjectIndex - Defines empty methods for object indexing. They do nothing

SYNOPSIS

Top

    Part of CDBICompat

DESCRIPTION

Top

Defines empty methods for object indexing. They do nothing.

Using NoObjectIndex instead of LiveObjectIndex and nocache(1) is a little faster because it removes code from the object insert and retrieve chains.


DBIx-Class documentation  | view source Contained in the DBIx-Class distribution.