| Caching is a technique which is widely used for frequently requested data stored in an accessible location. So that same information can be fetched quickly for the next with out regeneration of page by the application. Caching increase the performance by keeping frequently accessed information or data in memory. As we know that getting objects or any information from memory is much faster than re-creating them again. |