예제 #1
0
파일: ezcache.php 프로젝트: nfrp/ezpublish
 /**
  * Clears the .ts translation cache
  * @param array $cacheItem
  * @return void
  */
 public static function clearTSTranslationCache($cacheItem)
 {
     eZTSTranslator::expireCache();
 }