Exemplo n.º 1
0
 @Override
 public void maintainNotFoundCache(ResourceStoreRequest request) throws ItemNotFoundException {
   // just maintain the cache (ie. expiration), but don't make NFC
   // affect call delegation to members
   try {
     super.maintainNotFoundCache(request);
   } catch (ItemNotFoundException e) {
     // ignore it
   }
 }