Libraries tagged by stale-while-revalidate
iazaran/smart-cache
16298 Downloads
Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.
gorilladash/laravel-website-sdk
743 Downloads
Laravel SDK for the GorillaDash website GraphQL API with stale-while-revalidate caching for instant SSR.
jeffersongoncalves/laravel-pwa-service-worker
106 Downloads
A Laravel package that serves a PWA service worker at /sw.js from a Blade template whose cache version tracks the Vite build manifest hash. Ships precache + cache-first (hashed assets), network-first (navigations) and stale-while-revalidate (everything else) strategies with an offline fallback, all configurable.
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.
ryanhellyer/stale-cache
69 Downloads
A PHP implementation of the stale-while-revalidate caching pattern for WordPress
fyennyi/async-cache-php
443 Downloads
Asynchronous caching library with rate limiting and stale-while-revalidate support.
vatvit/freshen-symfony
8 Downloads
Symfony bundle for Freshen — drop-in stale-while-revalidate cache with stampede prevention.
vatvit/freshen-php
229 Downloads
Stale-while-revalidate cache with stampede prevention (single-flight recompute + jittered TTLs).
vatvit/freshen-laravel
4 Downloads
Laravel bridge for Freshen — drop-in stale-while-revalidate cache with stampede prevention.
spatie/laravel-flexible-cache-polyfill
213 Downloads
Polyfill for Cache::flexible() in Laravel 10
rajmundtoth0/hybrid-cache
13 Downloads
A Laravel-native hybrid cache package with local and distributed layers plus stale-while-revalidate semantics.
pattonwebz/wp-stale-cache
0 Downloads
Stale-while-revalidate caching for WordPress using Options API and WP-Cron
humanmade/hm-swr-cache
3 Downloads
WordPress stale-while-revalidate cache plugin
aftandilmmd/laravel-cacheable
8 Downloads
A modern, attribute-driven method caching layer for Laravel. Annotate any method with #[Cacheable] and let the framework handle the rest — TTL, tags, conditional caching, locking, stale-while-revalidate, invalidation, and more.
vatvit/freshen
87 Downloads
Stale-while-revalidate cache with stampede prevention (single-flight recompute + jittered TTLs).