Ejemplo n.º 1
0
 /**
  * Import a runtime cache array.
  *
  * @param array $cache
  * @return void 
  * @static 
  */
 public static function runTimeCacheImport($cache)
 {
     \hisorange\BrowserDetect\Parser::runTimeCacheImport($cache);
 }