- To Improve the performance of Web Pages, we use Caching.
- Caching is a used for persisting data in memory for immediate access to the program calls.
- Caching is generally used to catch frequently accessed data.
Types of catching:
1 Data caching
2.Output caching
3.Fragment caching
Output caching which caches the dynamic response generated by a request.
Fragment caching which caches portions of a response generated by a request.
Data caching which allows developers to programmatically retain arbitrary data across requests.
Comments
Post a Comment