Esempio n. 1
0
 protected ICacheService GetCacheService()
 {
     return(CacheServiceTestHelper.GetCacheService());
 }
Esempio n. 2
0
 protected override IDistributedCacheProvider GetDistributedCache()
 {
     return(CacheServiceTestHelper.GetCacheService("Test"));
 }