Searched refs:staticCache (Results 1 – 1 of 1) sorted by relevance
27 protected static $staticCache = []; variable in DeviceDetector\\Cache\\StaticCache34 return $this->contains($id) ? self::$staticCache[$id] : false;42 return isset(self::$staticCache[$id]) || \array_key_exists($id, self::$staticCache);50 self::$staticCache[$id] = $data;60 unset(self::$staticCache[$id]);70 self::$staticCache = [];