Home
last modified time | relevance | path

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

/webtrees/app/
H A DCache.php24 use Symfony\Contracts\Cache\ItemInterface; alias
55 … return $this->cache->get(md5($key), static function (ItemInterface $item) use ($closure, $ttl) {