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