What is data caching?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is data caching?
Rating:
Data caching is a technique that caches data programmatically. ASP .NET runs a separate cache engine and provides the Cache object that can be used to store any serializeable data object.
The Cache object can be used to control the cache entry expiration that is based on the combination of one or more dependencies. Specific cache dependencies can include the
Rating:
Was this information helpful?
Other articles
- What is Regsvcs.exe?
- What is unit testing?
- What is a browser?
- What is shadowing?
- What is a try statement?