pjpark
April 15th, 2002, 03:08 PM
Is there a way to set up a Global Cache. That is, I have some info in text files that I want updated whenever the files change but I always want it available regardless of whether a page was accessed.
I set up a public "MyCache" property in my Global.asax base class but I can't figure out how to access it from my aspx classes.
I set up a public "MyCache" property in my Global.asax base class but I can't figure out how to access it from my aspx classes.