Esempio n. 1
0
 /**
  * Returns the number of used entries in the cache.
  *
  * @return the number of entries currently in the cache.
  */
 public synchronized int usedEntries() {
   return map.size();
 }