Exemplo n.º 1
0
 /**
  * Forget all cached beans.
  */
 public static function forgetAll()
 {
     if (PHP_CACHING_ON) {
         self::$beanIdentifiersToBeans = array();
     }
 }