Prev Next
Answers (2)
NAIDU Oct 10, 2020 04:32
Answer:   Caching means storing data temporarily in the memory so that the application can access the data from the cache instead of looking for its original location. This increases the performance of the application and its speed. System.Runtime.Caching namespace is used for Caching information in .Net.
Given below are the 3 different types of Caching:
• Page Caching
• Data Caching
• Fragment Caching

PARTH Oct 10, 2020 08:13
Answer:   Caching is a technique that allows to store/cache page output or application data on the client. The cached information is used to serve subsequent requests that avoid the overhead of recreating the same information.

Post Your Answer
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect