By johnesposito
via dotnet.dzone.com
Published: Feb 03 2012 / 09:30
There are several ways to achieve in-memory cache implementations using multiple design patterns. But if we were to implement those design patterns in our applications, we would end up designing a framework similar to the Enterprise Library Caching block. So to keep things fairly simple – we need a simple implementation of caching objects in-memory and this cache to be thread-safe for multi-threading applications.



Add your comment