CacheRepository is generic, thread safe, and it's features include lazy loaded GetOrSet methods, single set locking, configurable expiration enums, transparent cache key management by type, and more.
The CacheRepository library can be implemented by any caching system that you choose, but comes with a web implementation that leverages System.Web.Caching.Cache
No comments yet, be the first one to post comment.