XCache cache storage handler
Located in /libraries/joomla/cache/storage/xcache.php (line 20)
JCacheStorage | --JCacheStorageXcache
Test to see if the cache storage is available.
Clean cache for a group given a mode.
This requires the php.ini setting xcache.admin.enable_auth = Off.
Garbage collect expired cache data
This is a dummy, since xcache has built in garbage collector, turn it on in php.ini by changing default xcache.gc_interval setting from
Get cached data by id and group
Get all cached data
This requires the php.ini setting xcache.admin.enable_auth = Off.
Remove a cached data entry by id and group
Store the data by id and group
Inherited From JCacheStorage
JCacheStorage::__construct()
JCacheStorage::addIncludePath()
JCacheStorage::clean()
JCacheStorage::gc()
JCacheStorage::get()
JCacheStorage::getAll()
JCacheStorage::getInstance()
JCacheStorage::isSupported()
JCacheStorage::lock()
JCacheStorage::remove()
JCacheStorage::store()
JCacheStorage::test()
JCacheStorage::unlock()
JCacheStorage::_getCacheId()
Documentation generated on Tue, 19 Nov 2013 15:18:36 +0100 by phpDocumentor 1.4.3