Libraries tagged by data caching
chrisullyott/simple-cache
7022 Downloads
Quick and easy data caching in the filesystem.
bitandblack/request-cache
910 Downloads
Smooth caching of HTTP requested data. It runs non-blocking and uses background processes to request the data.
jasekz/rentals-united-caching
52 Downloads
Rentals United (rentalsunited.com) data synchronization system for Laravel 5
perf/caching
446 Downloads
Allows to store data with caching engines (Memcache, file system, etc).
synacksa/yii2-cache-data-provider
2002 Downloads
Extension for Yii2 to have caching for ActiveDataProviders.
ntb/silverstripe-caching
244 Downloads
Add ability to cache data objects, function results and arbitrary data.
koded/cache-simple
7537 Downloads
A PSR-16 caching library with support for several caching technologies. Supports JSON data caching in Redis.
germania-kg/cachecallable
887 Downloads
Callable convenience wrapper around PSR-6 Cache Item Pools: Seamlessly create, return, and store your data.
spiechu/json-disk-cache
29 Downloads
Cache class intended to keep serialized data in JSON format files
muath-ye/flysystem-cached-adapter
6 Downloads
An adapter decorator to enable meta-data caching.
moova/flysystem-cached-adapter
7 Downloads
An adapter decorator to enable meta-data caching.
coco-project/sql-cache
19 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.
stefanfroemken/cache-analyzer
5 Downloads
Analyze data sent to TYPO3 Caching Framework before it is written
morningtrain/enqueuer
169 Downloads
Laravel package to enqueue css and js files for load. It supports dependencies, caching and passing data to scripts from PHP.
ko/json-cache
81 Downloads
A caching module for storing data in a JSON file