public String getCacheRegionName() {
   return collection.getCache() == null ? null : collection.getCache().getRegion();
 }
 public String getCacheConcurrencyStrategy() {
   return collection.getCache() == null ? null : collection.getCache().getUsage();
 }