Libraries tagged by cache sync
nystudio107/craft-scripts
64670 Downloads
Shell scripts to manage database backups, asset backups, file permissions, asset syncing, cache clearing, and database syncing between Craft CMS environments
superb-code/module-aws-cache-hosts
1472 Downloads
AWS target group cache hosts sync
nawasara/sync
391 Downloads
Foundation for the DB-cache + queue pattern shared across Nawasara service packages (WHM, Cloudflare, Keycloak, etc.) — sync job tracker, repository contract, snapshot trait, and audit UI.
umar-jimoh/laravel-secretsync
170 Downloads
Sync secrets from secret managers into your Laravel app with ease.
phattarachai/laravel-cloudflare
218 Downloads
Purge the Cloudflare edge cache, toggle development mode, register tunnel DNS records, and sync WAF custom rules from artisan — built for apps behind a shared Cloudflare zone.
carshub/carshub-connector
333 Downloads
Connect your Laravel site to your CarsHub crew — syncs pages, events, members, and cars via the CarsHub API with a local JSON cache.
webpatser/laravel-resp3-cache
29 Downloads
Synchronous Redis client and Laravel cache driver backed by the ext-resp3 C parser.
pdeio/redis-driver-fallback
3560 Downloads
When the redis server stops, a second cache driver starts working. Laravel's cache can be cleared whenever the redis server is returned or the second cache driver is started. In this way, the cache system remains synchronized without the problem of loading the old cache registers.
manishnlet77/laravel-youtube
10 Downloads
A production-ready, open-source Laravel Composer package for integrating a public YouTube channel effortlessly. Auto-sync videos, shorts, and cache without database dependencies.
fahlgrendigital/packages-statamic-static-clean
228 Downloads
Keep Statamic static page cache in sync with url hash cache.
inopx/noslamcache
234 Downloads
PHP Cache Library with process synchronization to prevent slamming and performance down spikes.
mvaliolahi/cache-sync
9 Downloads
PHP Cache synchronization library.
codeages/cache-sync
3299 Downloads
Cache Sync
mehr-it/lara-local-synchronized-cache
2366 Downloads
High-performance local cache which synchronizes automatically on distributed systems
coco-project/sql-cache
23 Downloads
Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.