JCacheStorage

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

Abstract 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>
gc Garbage collect expired cache data
get Get cached data by id and group
getInstance Returns a reference to a cache storage hanlder object, only creating it if it doesn’t already exist.
remove Remove a cached data entry by id and group
store Store the data to cache by id and group
test Test to see if the storage handler is available.