Home
last modified time | relevance | path

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

/web-bugs/src/Utils/Versions/
H A DGenerator.php45 private const TTL = 3600; define in App\\Utils\\Versions\\Generator
71 $this->cache->set('versions', $this->generateVersions(), self::TTL);
/web-bugs/src/Utils/
H A DCache.php27 public const TTL = 3600; define in App\\Utils\\Cache
51 public function set(string $key, $data, int $ttl = self::TTL): void

Completed in 5 milliseconds