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