accessing the Cache in non-Page class

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top