/** {@inheritDoc} */
 @Override
 public void setRegionCacheTargetMaxTotalCount(String region, int targetMaxTotalCount) {
   ehcacheStats.setRegionCacheTargetMaxTotalCount(region, targetMaxTotalCount);
   sendNotification(HibernateStats.CACHE_REGION_CHANGED, getRegionCacheAttributes(region), region);
 }