A
AC
Is it possible to use the System.Web.Caching.Cache object in a class library project (where there's no HttpContext)? I have web application, but want the cache to be managed by a library project (business layer).
-AC
-AC