How can get access to cache object

Q

How can 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.

2007-10-23, 5422👍, 0💬