1 package # hide from PAUSE
2 DBIx::Class::CDBICompat::NoObjectIndex;
9 DBIx::Class::CDBICompat::NoObjectIndex - Defines empty methods for object indexing. They do nothing
17 Defines empty methods for object indexing. They do nothing.
19 Using NoObjectIndex instead of LiveObjectIndex and nocache(1) is a little
20 faster because it removes code from the object insert and retrieve chains.
24 sub nocache { return 1 }
26 sub purge_object_index_every {}
28 sub purge_dead_from_object_index {}
30 sub remove_from_object_index {}
32 sub clear_object_index {}