references:joomla.framework:jfactory-getcachegetCache
This method creates a JCache child class object. When the method is called, an object of the appropriate child class is instantianted and returned. See the Cache package for more information. Syntaxobject &getCache ( $group, $handler )
ExamplesThe following code is from the com_admin component (admin.admin.php): Example $cache = & JFactory::getCache(); $cache->cleanCache( 'com_content' ); |


