Home
last modified time | relevance | path

Searched refs:staticCache (Results 1 – 1 of 1) sorted by relevance

/plugin/statistics/vendor/matomo/device-detector/Cache/
DStaticCache.php27 protected static $staticCache = []; variable in DeviceDetector\\Cache\\StaticCache
34 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 = [];