예제 #1
0
 /**
  * Flushes the per call cache should that be necessary.
  *
  * @return void
  */
 public static function flushCache()
 {
     self::$objectStorage = array();
 }