Suppose I have got `RedisCache`: ```java RedisCache redisCache = azure.redisCaches() .getByResourceGroup(azureProperties.getResourceGroup(), cacheName); ``` Then I need a method to determine whether this cache is cluster-enabled such as `redisCache.clusterEnabled()`
Suppose I have got
RedisCache:Then I need a method to determine whether this cache is cluster-enabled such as
redisCache.clusterEnabled()