Cache-Backed Recovery¶
ICacheQ is the public runtime surface used when a payload-aware graph must be persisted before in-memory execution.
- The payload graph is dehydrated into the cache.
ResumePolling()enables the leasing loop.CacheQleases pending roots when the wrappedIParallelQhas capacity.- The leased root is hydrated and enqueued into the wrapped queue.