Example #1
0
 /**
  * Clears the .ts translation cache
  * @param array $cacheItem
  * @return void
  */
 public static function clearTSTranslationCache($cacheItem)
 {
     eZTSTranslator::expireCache();
 }