/** {@inheritDoc} */
 @Override
 public boolean isRegionCacheEnabled(String region) {
   return ehcacheStats.isRegionCacheEnabled(region);
 }