table of contents
DBIx::Class::CDBICompat::NoObjectIndex(3pm) | User Contributed Perl Documentation | DBIx::Class::CDBICompat::NoObjectIndex(3pm) |
NAME¶
DBIx::Class::CDBICompat::NoObjectIndex - Defines empty methods for object indexing. They do nothing
SYNOPSIS¶
Part of CDBICompat
DESCRIPTION¶
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.
FURTHER QUESTIONS?¶
Check the list of additional DBIC resources.
COPYRIGHT AND LICENSE¶
This module is free software copyright by the DBIx::Class (DBIC) authors. You can redistribute it and/or modify it under the same terms as the DBIx::Class library.
2022-05-21 | perl v5.34.0 |