Exemple #1
0
 /** {@inheritDoc} */
 public void notifyRemoveAll(Ehcache cache) {
   if (!statisticsEnabled.get()) {
     return;
   }
   for (CacheUsageListener l : listeners) {
     l.notifyRemoveAll();
   }
 }