Libraries tagged by data cache
afrazahmad/clear-cached-data
2472 Downloads
Clear all cached data i.e. views, config, routes etc
rundiz/simple-cache
95 Downloads
The simple and easy PHP cache drivers for cache any PHP data type.
spiechu/json-disk-cache
27 Downloads
Cache class intended to keep serialized data in JSON format files
koded/cache-simple
7536 Downloads
A PSR-16 caching library with support for several caching technologies. Supports JSON data caching in Redis.
ko/json-cache
80 Downloads
A caching module for storing data in a JSON file
ihipop/psr-null-cache
914 Downloads
NullCache implementation (Fake Storage) of PSR-16 with Basic data validation
devgroup/yii2-data-structure-tools
995 Downloads
Data structure collections, helpers and utilities for yii2 ActiveRecord models(trees, sorts and etc.)
coco-project/sql-cache
17 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.
moova/flysystem-cached-adapter
7 Downloads
An adapter decorator to enable meta-data caching.
ntb/silverstripe-caching
244 Downloads
Add ability to cache data objects, function results and arbitrary data.
nocs/laravel-retriever
1443 Downloads
Retrieve cached data made simple.
dimadin/wp-temporary
218 Downloads
WordPress library to cache data to the database. Like transients without object cache.
fico7489/laravel-updated-related
472 Downloads
Update Elasticsearch data or clear cache when the model or any related model is updated, created or deleted.
starfruit/maintenance-bundle
13 Downloads
Starfruit Maintenance Bundle
oleku/mcache
248 Downloads
Simple class that extends memcache to allow data larger than 1MB.