Exemple #1
0
 /**
  * {@inheritDoc}
  *
  * @see net.sf.ehcache.statistics.CacheUsageListener#notifyTimeTakenForGet(long)
  */
 public void notifyTimeTakenForGet(long millis) {
   super.addGetTimeMillis(millis);
 }