pass a reference to system.web.httpcontext.current, declared like so
system.web.httpcontext curr in your method signature.

Signature
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
> How do you get a reference to an applications cache from a class you
> call from within the aspx page?
[quoted text clipped - 3 lines]
> Page_Load let's say. How does this instance of CacheHandler get to the
> cache where MyPage lives?
Kevin Schneider - 27 May 2004 18:46 GMT
I think that will do the trick. Thanks!