Exemple #1
0
 /**
  * {@inheritDoc}
  *
  * @see net.sf.ehcache.statistics.CacheUsageListener#notifyCacheElementRemoved()
  */
 public void notifyCacheElementRemoved() {
   super.notifyElementRemoved(null, null);
 }