Administrator

Administrator

  • Tech Writer
  • 2.2k
  • 1.5m

Using Cache in a library

Mar 6 2003 5:15 AM
I try to create a new library for a web application. The problem is, I want to put some data in cache (something similar to the ASP.Net Cache class), but i can't find a way to do this. In addition, i would prefer not to bind my library to asp.net, as it could very well be used by other types of applications in near future. What is the proper way to use caching in a library ?