Exemplo n.º 1
0
 public CacheService(IMemoryCache memoryCache,
                     CacheSettings cacheSettings)
 {
     _memoryCache   = memoryCache;
     _cacheSettings = cacheSettings;
 }
Exemplo n.º 2
0
 public CacheService(CacheSettings cacheSettings)
 {
     _cacheSettings = cacheSettings;
 }