JCacheStorageApc

API Package Subpackage Class Reference Last reviewed Doc status
API Home Package Joomla.Framework Subpackage Cache Class JCacheStorageApc Reference JCacheStorageApc Never Work in Progress

APC cache storage handler

Methods

Method Description
__construct Constructor
clean Clean cache for a group given a mode.<p>group mode : cleans all cache in the group notgroup mode : cleans all cache not in the group</p>
get Get cached data from APC by id and group
remove Remove a cached data entry by id and group
store Store the data to APC by id and group
test Test to see if the cache storage is available.