Zend_XmlRpc_Server_Cache: cache Zend_XmlRpc_Server dispatch tables
Located in /Zend/XmlRpc/Server/Cache.php (line 35)
Remove a cache file
Add dispatch table from a file
Unserializes a stored dispatch table from $filename. Returns false if it fails in any way, true on success.
Useful to prevent needing to build the dispatch list on each XMLRPC request. Sample usage:
Cache a file containing the dispatch list.
Serializes the XMLRPC server callbacks array and stores the information in $filename.
Returns false on any error (typically, inability to write to file), true on success.
Documentation generated on Thu, 18 Jan 2007 09:52:22 -0800 by phpDocumentor 1.3.1