public function clearDependentCache() { // this is mostly called in Redirect\Dao not here try { \Pimcore\Cache::clearTag("redirect"); } catch (\Exception $e) { Logger::crit($e); } }