Имя | Описание |
---|---|
AspnetCacheService | Implementation of ICacheService using the default ASP.NET cache. For convenience during testing if HttpContext.Current is not valid all calls are ignored. |
MemCacheService | Very simple cache service using a dictionary to implement the cache. (for testing purposes) |