accessing the Cache in non-Page class

  • Thread starter Thread starter sklett
  • Start date Start date
S

sklett

I have a DAL class and in the class I would like to add items to the Cache.
I have tried to include System.Web.Cachining, but I still get a compile
error stating that the name "Cache" does not exist in the current namespace,
blah, blah.

I don't understand how to access the Cache from non- UI.Page classes. Is it
possible?

Thanks-
Steve
 
Back
Top