How can we get access to cache object ?

Q

.NET INTERVIEW QUESTIONS - How can we get access to cache object ?

✍: Guest

A
The Cache object is defined in the System.Web.Caching namespace. You can get a reference to the Cache object by using the Cache property of the HttpContext class in the System.Web namespace or by using the Cache property of the Page object.

2009-04-28, 4322👍, 0💬