Libraries tagged by cached data
nao-pon/flysystem-cached-adapter
56 Downloads
An adapter decorator to enable meta-data caching.
muath-ye/flysystem-cached-adapter
8 Downloads
An adapter decorator to enable meta-data caching.
msadiq/flysystem-cached-adapter
3 Downloads
An adapter decorator to enable meta-data caching.
moova/flysystem-cached-adapter
7 Downloads
An adapter decorator to enable meta-data caching.
fabianblum/flysystem-cached-adapter
6 Downloads
Fork of an adapter decorator to enable meta-data caching.
r_blaster/laravel-all-clear-cache
13 Downloads
You can clear all cached data in single command (all-clear).
benjamindean/one-line-apc
18 Downloads
Dead simple wrapper class for APC and APCu which capable of setting and getting cached data in one line.
aldeebhasan/laravel-cache-flusher
4 Downloads
A lightweight package to invalidate cache entries automatically when the cached data changed.
v8-ict/laravel-smart-cache
14 Downloads
Allows to capture the entire response with a middleware, and while caching it observer the checksum of the database tables used to create the response, if any related table has a modified checksum, it refreshes the response. This makes it serve live data, but then cached as long as it is not modified. Huge reduction of resource consumption and keep data live.
jankx/cache-system
12 Downloads
Manage and load dynamic data for page cached via Javascript
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.
coco-project/sql-cache
20 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
prettus/l5-repository
9115808 Downloads
Laravel 5|6|7|8|9|10|11|12 - Repositories to the database layer
phpfastcache/phpfastcache
4065109 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.