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