Ejemplo n.º 1
0
 /**
  * Delete a value from the cache.
  *
  * @param string $key
  * @return void 
  * @static 
  */
 public static function runTimeCacheDelete($key)
 {
     \hisorange\BrowserDetect\Parser::runTimeCacheDelete($key);
 }