Libraries tagged by cached data
ferdiunal/laravel-cache-couchdb
0 Downloads
This package provides a cache store implementation for Laravel that uses a CouchDB database to store cached items. It supports both the default and tagged cache functionality of Laravel.
dd4you/lgs
598 Downloads
Store general settings like website name, logo url, contacts in the database easily. Everything is cached, so no extra query is done
justinholtweb/craft-tokr
1 Downloads
TikTok feeds for Craft CMS — connect an account once, keep its videos in your own database, and drop a configurable, cached feed into any template.
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.
saguajardo/rest_lumen_mongodb_redis
7 Downloads
This project consists of the generation of an API Rest with Lumen, using mongoDB as a database. The list of stored records is cached with Redis
phpfastcache/phpfastcache
5624498 Downloads
PHP Abstract Cache Class - Reduce your database call using cache system. Phpfastcache handles a lot of drivers such as Apc(u), Cassandra, CouchBase, Couchdb, Dynamodb, Firestore, Mongodb, Files, (P)redis, Leveldb, Memcache(d), Ravendb, Ssdb, Sqlite, Wincache, Xcache, Zend Data Cache.
prettus/l5-repository
11840981 Downloads
Laravel 8|9|10|11|12|13 - Repositories to the database layer
iazaran/smart-cache
17864 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.
ymigval/laravel-model-cache
78477 Downloads
Laravel package for caching Eloquent model queries
spiritix/lada-cache
463897 Downloads
A Redis based, automated and scalable database caching layer for Laravel
omaralalwi/lexi-translate
25430 Downloads
Laravel translation package with morph relationships and caching.
geometria-lab/rediska
318162 Downloads
Full-featured PHP client for key-value database Redis
vectorial1024/laravel-cache-evict
20000 Downloads
Efficiently remove expired Laravel file/database cache data
zaber-dev/laravel-cooldown
3177 Downloads
Application-level action cooldown management for Laravel with cache and database storage, Eloquent integration, middleware, and a fluent API.
nystudio107/craft-scripts
64455 Downloads
Shell scripts to manage database backups, asset backups, file permissions, asset syncing, cache clearing, and database syncing between Craft CMS environments