What is caching?
Caching simply means storing the data temporarily in the memory so that the data can be accessed from the memory instead of searching for it in the original location. It increases the efficiency of the application and also increases its speed. Following are the types of caching: Page caching Data caching Fragment caching In the … Read more