Table of Contents



NAME

DBObjectCache - object cache manager for PPO


OBJECT CACHE

The Persistent Perl Objects utilise an object cache which limits each instance of DBMaster or DBObject to one perl object representation. Querying or dereferencing objects will automatically update the internal cache and hand out an existing object if present.


METHODS