Exemple #1
0
 /**
  * {@inheritDoc}
  *
  * @see net.sf.ehcache.statistics.CacheUsageListener#notifyStatisticsEnabledChanged(boolean)
  */
 public void notifyStatisticsEnabledChanged(boolean enableStatistics) {
   super.setStatisticsEnabled(enableStatistics);
 }