Libraries tagged by data cache
rexlmanu/laravel-cache-tmdb
1 Downloads
Interact with TMDB data in your Laravel application.
piedweb/file-cache
6142 Downloads
Permit to manage data in a file. Simple, Static and Intuitive.
northrook/cache
417 Downloads
PHP Memoization and native PHP data storage.
miraframework/cache
55 Downloads
Service Provider for Mira Framework to add caching of arbitrary 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
liyuze/php-data-bag
3 Downloads
Cache the execution results to prevent multiple executions.
ko/json-cache
100 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.
idct/limited-objects-cache
6 Downloads
Simple ArrayAccess objects' cache with a lookup table in memory and fallback to files with serialized data.
humanmade/hm-swr-cache
3 Downloads
WordPress stale-while-revalidate cache plugin
dongasai/laravel-psr-6-cache
12 Downloads
A PHP service that allows you to easily communicate with football-data.org apis using Laravel.
cscfa/cache-system-bundle
25 Downloads
The CacheSystemBundle allow to store informations files into the application cache directory and automatically manage the out of date values
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.
alexkratky/cachex
53 Downloads
Class to work with cache.
primal/cache
6 Downloads
Collection of classes for handling caching of data via multiple data stores