references:joomla.framework:cache:jcache-setcachingTable of Contents
setCaching
Enables and disables caching. Syntaxvoid setCaching ( $enable )
ExamplesEnable caching: Example $cache = JFactory::getCache(); $cache->setCaching( true ); Discussion |


