| Class-Persist documentation | view source | Contained in the Class-Persist distribution. |
Class::Persist::Tracker - Keep track of all objects
$tracker = Class::Persist::Tracker->new(); $tracker->object( $object ); $tracker->store(); print $tracker->class(); $tracker = Class::Persist::Tracker->load($oid); $obj = $tracker->object();
Store Tracker Tracker keep track of the class and oid of all object, thus allowing to load an object based on its oid only.
Class::Persist
Class::Persist
Fotango
| Class-Persist documentation | view source | Contained in the Class-Persist distribution. |