Home
last modified time | relevance | path

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

/plugin/statistics/vendor/matomo/device-detector/Cache/
DCacheInterface.php34 * @param int $lifeTime
38 public function save(string $id, $data, int $lifeTime = 0): bool; argument
DLaravelCache.php38 public function save(string $id, $data, int $lifeTime = 0): bool argument
40 return Cache::put($id, $data, \func_num_args() < 3 ? null : $lifeTime);
DPSR16Bridge.php52 public function save(string $id, $data, int $lifeTime = 0): bool argument
54 return $this->cache->set($id, $data, \func_num_args() < 3 ? null : $lifeTime);
DDoctrineBridge.php51 public function save(string $id, $data, int $lifeTime = 0): bool argument
53 return $this->cache->save($id, $data, $lifeTime);
DPSR6Bridge.php54 public function save(string $id, $data, int $lifeTime = 0): bool argument
60 $item->expiresAfter($lifeTime);
DStaticCache.php48 public function save(string $id, $data, int $lifeTime = 0): bool argument
/plugin/zip/
Dadmin.php80 'lifeTime' => 3600,