コード例 #1
0
ファイル: AbstractAdapter.php プロジェクト: necrogami/zf2
 /**
  * Removes any set cache
  *
  * @return void
  */
 public static function removeCache()
 {
     self::$_cache = null;
 }