Add
- Add
ImageCache.memoryStorageCacheCostandMemoryStorage.Backend.totalCacheCost()to report the total estimated in-memory cost of the memory cache, including expired-but-not-yet-evicted values. This is the in-memory counterpart ofdiskStorageSizeand gives tangible data for tuningtotalCostLimit. #2532 #2530 @onevcat @aronspringfield
Fix
- Latch async download cancellation synchronously so cancelling before the underlying
DownloadTaskis attached is no longer lost, and avoid appending callbacks to already-completed downloads. #2526 @onevcat - Absorb the cancellation token lifecycle into
TaskPropertyAccessor, unifying how the sharedsetImagehelper handles task identifiers and cancellation tokens acrossUIButton,NSButton,CPListItemand other call sites. No public API or behavior change. #2531 #2496 @nenadvulic @onevcat