Introduction
Adding cache on your Laravel Eloquent queries' results is now a breeze.
Last updated
Was this helpful?
Adding cache on your Laravel Eloquent queries' results is now a breeze.
Last updated
Was this helpful?
Laravel Eloquent Query Cache brings back the remember()
functionality that has been removed from Laravel a long time ago. It adds caching functionalities directly on the Eloquent level, helping you acquire speed by caching results.