J
Jordan S.
In a "standard" aspx page I can access the system cache
(System.Web.Caching.Cache), like this:
Cache["SomeObject"] = someObject;
How can I access the same Cache from *within* a custom composite Web server
control I'm writing (that lives in it's own assembly) that is dynamically
added to a page at runtime? What do I need to do with the custom control or
it's containing assembly to enable it to access the Cache of the hosting Web
application?
Thanks.
(System.Web.Caching.Cache), like this:
Cache["SomeObject"] = someObject;
How can I access the same Cache from *within* a custom composite Web server
control I'm writing (that lives in it's own assembly) that is dynamically
added to a page at runtime? What do I need to do with the custom control or
it's containing assembly to enable it to access the Cache of the hosting Web
application?
Thanks.