Laravel 4 Debug bar and Caching
Posted on 30 Jan 2014 by Amitav Roy
Caching of data is very important for any application and if we can save SQL queries, then it is always a bonus. In my last tutorial, I created the node object which was fetching its data from multiple tables and in different queries. In this tutorial I will cache the node object and save the SQL queries.