Fix
- Fix stale disk cache retrieval for cancelled or superseded tasks. When rapidly scrolling through large collections, cancelled requests still performed expensive disk cache deserialization and memory promotion, causing excessive memory usage. A
CancellationTokenis now used to properly short-circuit stale disk cache work at multiple checkpoints. #2497 #2495 @onevcat @FaizanDurrani