Eloquent Model-Caching
"I needed a package that abstracted the caching process out of the model for me, and one that would let me cache custom queries, as well as cache model relationships.
laravel-model-caching
is an attempt to address those requirements."
- Automatic, self-invalidating relationship (only eager-loading) caching
- Automatic, self-invalidating model query caching
- Automatic use of cache tags for cache providers that support them (will flush entire cache for providers that don't)