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