Home
last modified time | relevance | path

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

/webtrees/app/
H A DCache.php49 * @param int|null $ttl
53 public function remember(string $key, Closure $closure, int|null $ttl = null) argument
55 … return $this->cache->get(md5($key), static function (ItemInterface $item) use ($closure, $ttl) {
56 $item->expiresAfter($ttl);
/webtrees/app/Module/
H A DModuleMapAutocompleteTrait.php57 $ttl = 86400;
74 }, $ttl);
H A DModuleMapGeoLocationTrait.php67 $ttl = 86400;
83 }, $ttl);
/webtrees/app/Factories/
H A DImageFactory.php212 …$data = Registry::cache()->file()->remember(key: $key, closure: $closure, ttl: static::THUMBNAIL_C…
/webtrees/
H A Dphpstan-baseline.neon808 …message: '#^Parameter \$ttl of method Fisharebest\\Webtrees\\Cache\:\:remember\(\) expects int\|nu…