Beispiel #1
0
 public RedisCacheService(RedisConfig cfg)
 {
     Provider = CacheProviderFactory.GetRedisCacheProvider(this, cfg);
 }