Libraries tagged by LaravelCacheable
elipzis/laravel-cacheable-model
55296 Downloads
Automatic query-based model cache for your Laravel app
rinvex/laravel-cacheable
132289 Downloads
Rinvex Cacheable is a granular, intuitive, and fluent caching system for eloquent models. Simple, but yet powerful, plug-n-play with no hassle.
suitmedia/laravel-cacheable
38694 Downloads
Decorate your repositories and make them cacheable
jakkzing-dev/laravel-cacheable-model
54 Downloads
Automatic query-based model cache for your Laravel app
valeryq/cacheable
101 Downloads
Laravel Cacheable
hmones/laravel-cacheable
6 Downloads
A simple package to automatically cache the returns of certain methods in a given class and forgets them as well on request.The package is highly configurable and let you manage naming of the cache keys with ease.
zerospam/laravel-cacheable-repository
3183 Downloads
Laravel 5 - Repositories to the database layer
suppercup/laravel-cacheable
105 Downloads
Rinvex Cacheable is a granular, intuitive, and fluent caching system for eloquent models. Simple, but yet powerful, plug-n-play with no hassle.
lewis-neiland/laravel-cacheable-model
17 Downloads
A package to manage caching Eloquent models and their relationships.
kolirt/laravel-cacheable
52 Downloads
Easily cache and control class methods without having to remember cache key names
kjmtrue/laravel-cacheable
1105 Downloads
Rinvex Cacheable is a granular, intuitive, and fluent caching system for eloquent models. Simple, but yet powerful, plug-n-play with no hassle.
chrgriffin/laravel-cacheable
52 Downloads
A GOAOP implementation for easily caching method calls.
bluesik/laravel-cacheable
363 Downloads
Cacheable trait for Laravel models
ahmedzidan/laravel-cacheable
5 Downloads
Rinvex Cacheable is a granular, intuitive, and fluent caching system for eloquent models. Simple, but yet powerful, plug-n-play with no hassle.
aftandilmmd/laravel-cacheable
7 Downloads
A modern, attribute-driven method caching layer for Laravel. Annotate any method with #[Cacheable] and let the framework handle the rest — TTL, tags, conditional caching, locking, stale-while-revalidate, invalidation, and more.