JCache

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

This abstract class for caching handlers is an implementation of the Cache_Lite cache system.

Methods

Method Description
JCache This class constructor calls the __construct method.
__construct This is the class constructor. The constructor sets up the default group to use for function caching and builds the cache directory.
cleanCache Cleans the cache.
generateId Make a control key with the string containing data.
getCache This method is deprecated, use JFactory::getCache instead. This method calls the JFactory::getCache method.
getInstance Returns a reference to the global cache object, only creating it if it doesn’t already exist.
setCacheValidation Enable/disable cache validation.
setCaching Enables and disables caching.