/**
  * Increment in the negative lookup cache
  *
  * @since 0.9.4
  */
 void lookupFailed(Hash key) {
   _negativeCache.lookupFailed(key);
 }