Libraries tagged by stale-while-revalidate
iazaran/smart-cache
11239 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
68 Downloads
Laravel SDK for the GorillaDash website GraphQL API with stale-while-revalidate caching for instant SSR.
spatie/laravel-flexible-cache-polyfill
181 Downloads
Polyfill for Cache::flexible() in Laravel 10
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
jeffersongoncalves/laravel-pwa-service-worker
23 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.
fyennyi/async-cache-php
415 Downloads
Asynchronous caching library with rate limiting and stale-while-revalidate support.
bbc/ipr-cache
3188 Downloads
A simple cache wrapper, making use of Doctrine Cache that implements fuzzy and stale-while-revalidate caching.
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
7 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.
daynnnnn/statamic-swr-cache
145 Downloads
Allows you to add stale while revalidate functionality to the application static cache driver.