return new UpdateCacheResult(false, cacheEntry);
}
if (profiler != null && profiler.isRecording())
profiler.stopChrono(METRIC_MISSED, "Requested item was not found in Disk Cache", startTime, METRIC_MISSED_METADATA);
cacheEntry = a1out.remove(fileId, pageIndex);
if (cacheEntry != null) {
OCachePointer dataPointer = writeCache.load(fileId, pageIndex);