vendredi 18 décembre 2015

Caching in Laravel 5.2

What I am doing

My Database query is below that fetches all users from database.

$Users = \App\Models\User\User_Model::with("Role")->get();

Question

In MVC CI, we could do Database Query Caching like below $this->_ci->db->cache_on(); Is there any inbuilt method in Laravel 5.2 ?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire