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