Libraries tagged by 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.
zachehret/cachemanager
352 Downloads
CacheManager is a simple PHP library for caching data in files.
jwcobb/ticketevolution-php-dataloaders
18 Downloads
Some simple scripts for caching data from the Ticket Evolution API.
dovutuan/laracom
4 Downloads
Base repository and caching data
mevada-kalpesh/cache-watcher
4 Downloads
Cache Watcher is a powerful Laravel package designed to turbocharge your application's performance by optimizing data management through caching
edstevo/laravel-dao
744 Downloads
Laravel Dao Package with built in caching of data objects, validation and model generation
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.
primal/cache
6 Downloads
Collection of classes for handling caching of data via multiple data stores
stefanfroemken/cache-analyzer
5 Downloads
Analyze data sent to TYPO3 Caching Framework before it is written
speedy/cache
434 Downloads
Cache for quick and easy caching of templates, data, or aggregation sets.
miraframework/cache
53 Downloads
Service Provider for Mira Framework to add caching of arbitrary data
jamesfrost/statistical-classifier
2678 Downloads
A PHP implementation of Complement Naive Bayes and SVM statistical classifiers, including a structure for building other classifier, multiple data sources and multiple caching backends
ko/json-cache
84 Downloads
A caching module for storing data in a JSON file