Esempio n. 1
0
 /**
  * Called on Core install, update, plugin enable/disable
  * Will clear all cache that could be affected by the change in configuration being made
  */
 public static function deleteAllCacheOnUpdate()
 {
     Piwik_AssetManager::removeMergedAssets();
     Piwik_View::clearCompiledTemplates();
     Piwik_Common::deleteTrackerCache();
 }