/**
  * Set the cache to ignore
  * Works for one LOAD only! It's reset again for the next load
  *
  * @access	public
  * @return	void
  */
 public static function ignoreCache()
 {
     self::$ignoreCache = TRUE;
 }