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