public RedisCacheManager(DataSettings dataSettings) { this.dataSettings = dataSettings; this.client = RedisProvider.GetClient(dataSettings); }