Feb 1, 2018
0
Level 4
Is there no built-in query caching in Laravel?
I saw in the docs in Laravel 4.x there was a remember() method to cache DB queries.
I don't seem to be able to find it in Laravel 5.x.
I have found an external packages like: https://github.com/dwightwatson/rememberable
It would also be easy enough to write in some query caching using Laravel's Cache class, but I just want to make sure I am not missing anything.
Is there no Core query caching in Laravel 5.x?
Please or to participate in this conversation.