Libraries tagged by cache ttl
graham-campbell/bounded-cache
2222115 Downloads
A Bounded TTL PSR-16 Cache Implementation
wendelladriel/cache-ttl-helper
16683 Downloads
Helper Enum for handling cache TTLs in a simple, easy and friendly way
vatvit/freshen-php
229 Downloads
Stale-while-revalidate cache with stampede prevention (single-flight recompute + jittered TTLs).
nswdpc/silverstripe-oldmantium
4248 Downloads
Reinforced Cloudflare support for Silverstripe websites
vatvit/freshen
87 Downloads
Stale-while-revalidate cache with stampede prevention (single-flight recompute + jittered TTLs).
codewithdennis/laravel-model-cache
14 Downloads
Pre-warm and cache Eloquent query results. Run heavy queries once with warmup (forever cache) or use TTL-based caching on any model.
sfynx-project/tool-cache-bundle
21532 Downloads
This Bundle provides classes to cache handlers (memcache, files)
elfaruklabs/generic-cache
11 Downloads
A lightweight file-based caching library for PHP with TTL, atomic writes, and file locking.
cloud-castle/cache
18 Downloads
Кэш для PHP 8.1+: PSR-16 и PSR-6 из одного пакета, remember со stampede-защитой (XFetch), теги с O(1)-инвалидацией, пространства имён, цепочки L1/L2, LRU-лимит, нативные счётчики с сохранением TTL, статистика, prune, детерминированный TTL в тестах (PSR-20). Бэкенды: память, файлы с атомарной записью, Redis и Memcached; безопасная сериализация (белые списки классов, HMAC-подпись). Нулевые тяжёлые зависимости.
iprodev/php-easycache
462 Downloads
PHP EasyCache is a lightweight, multi-backend (APCu/Redis/File/PDO) with SWR caching library that speeds up repeated API calls with thread‑safe writes, per‑key TTLs, automatic cleanup, key sanitization, and optional compression.
wyrihaximus/react-cache-ttl-utils
0 Downloads
erikbooij/cache-scheduler
2 Downloads
A simple way to get the most out of your cache TTL.
elephant-php/ttl
8 Downloads
An immutable Time To Live value object for the cache and other places where you need to specify a time rather than a magic value.
balpom/http-cache-ttl
19 Downloads
Object for storing common and individual TTLs for different HTTP response status codes for use in caching.
cyberrebell/soft-ttl-cache-php
667 Downloads
handle soft-caching and updating values on top of psr/cache