A factory that lazily builds a CacheStore (so a store is only constructed when first used, e.g. a Redis client is not created until the redis store is accessed).
redis
A factory that lazily builds a CacheStore (so a store is only constructed when first used, e.g. a Redis client is not created until the
redisstore is accessed).