public void delete(String key) {
   deleteCount.incrementAndGet();
   super.delete(key);
 }