NCache 3.1 provides a smarter cache for Enterprise Library 2.0
Posted by: ASP.NET Announcements,
on 02 Feb 2007 |
View original | Bookmarked: 0 time(s)
Start using a distributed cache or an OutProc cache in your existing Enterprise Library 2.0 Caching Application Block (CAB) based applications without any code change. Just change your application's configuration file to plug-in NCache as your cache provider.
CAB provides a simple stand-alone InProc cache out of the box. However, your ASP.NET application worker process keeps recycling and each time it does that you lose all the in-memory cache and have to rebuild it. And, if you have multiple worker...