_file = $file; } //-------------------------------------------- // Tell the cache creator what object to cache. //-------------------------------------------- function setObject(&$object) { $this->_record = &$object; } //-------------------------------------------- // Create the cache. //-------------------------------------------- function create() { } } ?>