| API | Package | Subpackage | Class | Method | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
Cache |
JCache |
setCacheValidation |
setCacheValidation() |
Never | Work in Progress |
Enable/disable cache validation.
void setCacheValidation ( $validateCache )
| $validateCache | boolean | is a flag which if true enables cache validation. |
Enable cache validation:
Example
$cache = JFactory::getCache(); $cache->setCacheValidation( true );