Libraries tagged by cached data
technosun/flysystem-cached-adapter
84 Downloads
An adapter decorator to enable meta-data caching.
nao-pon/flysystem-cached-adapter
58 Downloads
An adapter decorator to enable meta-data caching.
muath-ye/flysystem-cached-adapter
9 Downloads
An adapter decorator to enable meta-data caching.
msadiq/flysystem-cached-adapter
4 Downloads
An adapter decorator to enable meta-data caching.
moova/flysystem-cached-adapter
8 Downloads
An adapter decorator to enable meta-data caching.
fabianblum/flysystem-cached-adapter
7 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).
devuri/ob-cache
3968 Downloads
A simple versatile and easy-to-use PHP class designed for managing caching in WordPress environments.
benjamindean/one-line-apc
20 Downloads
Dead simple wrapper class for APC and APCu which capable of setting and getting cached data in one line.
aldeebhasan/laravel-cache-flusher
6 Downloads
A lightweight package to invalidate cache entries automatically when the cached data changed.
inclus16/laravel-dictionary
0 Downloads
Provide cached collection-based data in laravel
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.
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
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.