CacheHandler__JSThe CacheHandler class (ignore the file's __JS suffix).
This class can be used to handle data caching, using AJAX. It uses the Wigbi.PHP.System.CacheHandler class to achieve this.
IMPORTANT - In order to use the class, the caching folder must be specified with the application.cacheFolder parameter in the Wigbi config file. For caching to work, Wigbi must be allowed to create files within the cache folder.
Located in /wigbi_source/php/__js__system/CacheHandler.php (line 44)
static clear (line 55)
Clear any cached data.
static get (line 66)
Retrieve an object to the cache.
static set (line 79)
Save an object to the cache.
Documentation generated on Sun, 27 Dec 2009 20:12:00 +0100 by phpDocumentor 1.4.1