/**
  * Disables the cache/simple file based cache
  */
 public static function disableFileCache()
 {
     self::$_fileCacheDisabled = true;
 }