Libraries tagged by Query Cache
automattic/advanced-post-cache
21 Downloads
[DEPRECATED] Cache post queries for WordPress
rinvex/cacheable
32488 Downloads
Rinvex Cacheable is a granular, intuitive, and fluent caching system for eloquent models. Simple, but yet powerful, plug-n-play with no hassle.
kai-init/laravel-normcache
62 Downloads
Normalized caching for Laravel Eloquent. Self-invalidating, Redis-backed. Caches query IDs and model entities separately with versioned invalidation.
sfneal/datum
66383 Downloads
Construct reusable & cacheable Eloquent queries with custom filters
ndejong/cakephp-autocache-plugin
41 Downloads
CakephpAutocachePlugin is a CakePHP 2.2+ Plugin that makes query caching as easy as adding a 'autocache'=>true parameter to your Model query
spacedmonkey/wp-user-query-cache
11 Downloads
Cache the results of query in WP_User_Query to save SQL queries
oxhq/cachelet-query
4 Downloads
Query builder integration for Cachelet.
kyrenator/query-cache
219 Downloads
Easily Cache Eloquent Collections
curder/laravel-query-cache
1526 Downloads
Cache all {select} queries or only the duplicate ones for a specific Eloquent model
codewithdennis/laravel-model-cache
14 Downloads
Pre-warm and cache Eloquent query results. Run heavy queries once with warmup (forever cache) or use TTL-based caching on any model.
advil0/laravel-eloquent-query-cache
1822 Downloads
Forked version of renoki-co/laravel-eloquent-query-cache to support Laravel 10.
caiquemcz/query-from-cache
0 Downloads
Query From Cache is a Laravel package that provides a simple way to cache query results directly from your Eloquent models. It automatically caches the output of model methods and offers actions to refresh or clear the cache with minimal code changes.
timeincoss/enhanced-post-cache
7192 Downloads
Cache post queries for WordPress
morilog/infinity-cache
15752 Downloads
Infinity cache for Laravel Eloquent models and queries
thinmy/cached-eloquent-user
286 Downloads
Caches authenticated user information to prevent laravel query on every request.