Searched refs:lifeTime (Results 1 – 7 of 7) sorted by relevance
| /plugin/statistics/vendor/matomo/device-detector/Cache/ |
| D | CacheInterface.php | 34 * @param int $lifeTime 38 public function save(string $id, $data, int $lifeTime = 0): bool; argument
|
| D | LaravelCache.php | 38 public function save(string $id, $data, int $lifeTime = 0): bool argument 40 return Cache::put($id, $data, \func_num_args() < 3 ? null : $lifeTime);
|
| D | PSR16Bridge.php | 52 public function save(string $id, $data, int $lifeTime = 0): bool argument 54 return $this->cache->set($id, $data, \func_num_args() < 3 ? null : $lifeTime);
|
| D | DoctrineBridge.php | 51 public function save(string $id, $data, int $lifeTime = 0): bool argument 53 return $this->cache->save($id, $data, $lifeTime);
|
| D | PSR6Bridge.php | 54 public function save(string $id, $data, int $lifeTime = 0): bool argument 60 $item->expiresAfter($lifeTime);
|
| D | StaticCache.php | 48 public function save(string $id, $data, int $lifeTime = 0): bool argument
|
| /plugin/zip/ |
| D | admin.php | 80 'lifeTime' => 3600,
|