Monday, May 02, 2005

There is a fundamental problem with System.Web.Caching.Cache -- what if your application is not a web application and you need some general-purpose cache functionality (e.g. middle-tier logic)? Since there is no equivilent "System.Caching.Cache" class I decided to write one using weak references that has no dependency on System.Web.dll.