コード例 #1
0
ファイル: Translator.php プロジェクト: heiglandreas/zf2
 /**
  * Removes any set cache
  *
  * @return void
  */
 public static function removeCache()
 {
     Adapter::removeCache();
 }