Libraries tagged by data caching
stefanfroemken/cache-analyzer
5 Downloads
Analyze data sent to TYPO3 Caching Framework before it is written
speedy/cache
436 Downloads
Cache for quick and easy caching of templates, data, or aggregation sets.
miraframework/cache
55 Downloads
Service Provider for Mira Framework to add caching of arbitrary data
jamesfrost/statistical-classifier
2680 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
99 Downloads
A caching module for storing data in a JSON file
kaingnx/reference-cache-trait
0 Downloads
CakePHP Trait for caching commonly used reference data/entities.
arraypress/edd-product-query
0 Downloads
This library extends Easy Digital Downloads (EDD) by providing an advanced product query class that supports complex filtering, sorting, and meta queries. It enhances the querying capabilities within WordPress environments by utilizing custom taxonomy and meta data operations, along with transient caching for optimized performance. Ideal for developers needing refined control over EDD product data retrieval.
andrewsauder/cachesys
20 Downloads
Simple PHP caching system for raw data or rendered output.
umich-its-tl/viadutoo
84 Downloads
Viadutoo: caching proxy endpoint for Caliper event data
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.
truongwp/php-static-cache
28 Downloads
PHP caching class uses static variable to cache data during runtime
tattran22/repository
7 Downloads
The TatTran Repository is a Laravel package designed to supercharge your app's speed by caching database queries and model operations. This means your app can retrieve data instantly, leading to a smoother user experience.
rizalfakhri/laravel-repositories
43 Downloads
Rinvex Repository is a simple, intuitive, and smart implementation of Active Repository with extremely flexible & granular caching system for Laravel, used to abstract the data layer, making applications more flexible to maintain.
mtferreira/repository
2883 Downloads
Rinvex Repository is a simple, intuitive, and smart implementation of Active Repository with extremely flexible & granular caching system for Laravel, used to abstract the data layer, making applications more flexible to maintain.
ftembe/cachehandler
7 Downloads
The project is a lightweight caching solution that improves performance by storing and retrieving data efficiently. It offers a file-based storage approach with customizable expiration times, automatic removal of expired data, and ensures the cache folder is accessible and writable. Integrating this caching mechanism enhances application speed and reduces processing time.