Home
last modified time | relevance | path

Searched defs:lifeTime (Results 1 – 6 of 6) sorted by relevance

/plugin/statistics/vendor/matomo/device-detector/Cache/
H A DCacheInterface.php38 public function save(string $id, $data, int $lifeTime = 0): bool;
H A DStaticCache.php48 public function save(string $id, $data, int $lifeTime = 0): bool
H A DLaravelCache.php38 public function save(string $id, $data, int $lifeTime = 0): bool
H A DPSR6Bridge.php54 public function save(string $id, $data, int $lifeTime = 0): bool
H A DPSR16Bridge.php52 public function save(string $id, $data, int $lifeTime = 0): bool
H A DDoctrineBridge.php51 public function save(string $id, $data, int $lifeTime = 0): bool