public function getCoreCache() { return $this->cache;
} /**
* Clear HTTP-Cache
*/
public function clearHttpCache() { if ($this->httpCache
['enabled'
]) { $this->
clearDirectory($this->httpCache
['cache_dir'
]);
} // Fire event to let Plugin-Implementation clear cache
$this->events->
notify('Shopware_Plugins_HttpCache_ClearCache'
);
} /**
* Clear template cache
*/
public function clearTemplateCache() {