JCacheStorageMemcache

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

Memcache 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 from memcache by id and group
remove Remove a cached data entry by id and group
store Store the data to memcache by id and group
test Test to see if the cache storage is available.