references:joomla.framework:cache:jcache-getcachegetCache
This method is deprecated, use JFactory::getCache instead. This method calls the JFactory::getCache method. Syntaxvoid &getCache ( $group )
ExamplesExample jimport( 'joomla.cache.cache' ); $cache =& JCache::getCache(); Discussion |


