예제 #1
0
 public CacheService(IMemoryCache memoryCache,
                     CacheSettings cacheSettings)
 {
     _memoryCache   = memoryCache;
     _cacheSettings = cacheSettings;
 }
예제 #2
0
 public CacheService(CacheSettings cacheSettings)
 {
     _cacheSettings = cacheSettings;
 }