What is caching?
Caching is a technique used to increase performance by keeping frequently accessed data or files in memory. The request for a cached file/data will be accessed from cache instead of actual location of that file.
different types of caching
ASP.NET has 3 kinds of caching :
- Output Caching,
- Fragment Caching,
- Data Caching.
No comments:
Post a Comment