references:joomla.framework:cache:jcache-setcachevalidationTable of Contents
setCacheValidation
Enable/disable cache validation. Syntaxvoid setCacheValidation ( $validateCache )
ExamplesEnable cache validation: Example $cache = JFactory::getCache(); $cache->setCacheValidation( true ); Discussion |


