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