Exemplo n.º 1
0
 /**
  * Resets the cache to remove all data.
  * @static
  */
 protected static function reset_caches()
 {
     self::$cache_contextsbyid = array();
     self::$cache_contexts = array();
     self::$cache_count = 0;
     self::$cache_preloaded = array();
     self::$systemcontext = null;
 }