You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose the cache's persisted state per URL to the renderer
CacheManager records the outcome of every download in a `-info` sidecar
next to the cached file, but the renderer could only reach that state by
asking for the content itself, which starts a download for anything not
yet cached. A new read-only `getCacheInfos(urls)` IPC returns the
persisted CacheInfo for a batch of URLs — CACHED with its checksum, the
persisted ERROR, or NOT_CACHED for a URL never requested — without ever
fetching. A URL the cache cannot key at all is reported as an ERROR entry
for that URL instead of failing the whole batch.
This lets the renderer classify NFTs it has not rendered from what
earlier visits and sessions already learned about their files.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01YKEGodEgVdEuvUM8dza52q
0 commit comments