/** Clear the cache, removing all stored items and reseting the size to 0. */
 public void clear() {
   map.clear();
 }