Determines whether a cached version of the specified document exists
boolean
cacheExists
(string $xmlFileName)
-
string
$xmlFileName: The name of the xml file to be retrieved
Unserializes a cached DOMIT! document
Object
&fromCache
(string $xmlFileName)
-
string
$xmlFileName: The name of the xml file to be retrieved
Removes a cache of the specified document
boolean
removeFromCache
(string $xmlFileName)
-
string
$xmlFileName: The name of the xml file to be retrieved
Serializes and caches the specified DOMIT! document
void
toCache
(string $xmlFileName, Object &$doc, [string $writeAttributes = 'w'])
-
string
$xmlFileName: The name of the xml file to be saved
-
Object
&$doc: A reference to the document to be saved
-
string
$writeAttributes: The write attributes for the saved document ('w' or 'wb')