コード例 #1
0
ファイル: Dam.php プロジェクト: sinso/ext-extbase_dam
 /**
  * Flushes the per call cache should that be necessary.
  *
  * @return void
  */
 public static function flushCache()
 {
     self::$objectStorage = array();
 }