Ejemplo n.º 1
0
 public void delete(String key) {
   deleteCount.incrementAndGet();
   super.delete(key);
 }