mirror of
https://github.com/cloudflare/vinext.git
synced 2026-09-14 19:04:59 +08:00
34dd7fe9ae
* test(cache): cover cache component ownership probes * fix(cache): preserve cache component ownership * fix(cache): bail out private cache probes synchronously * fix(cache): suspend private cache prerenders safely * fix(cache): validate private cache parents before probing * fix(cache): isolate private bailout cancellation * fix(cache): reject private cache inside unstable cache * perf(cache): avoid redundant ownership overhead * test(cache): use a valid Cache Components fixture * test(cache): split cache components workerd fixture * test(cache): remove unused worker type dependency * test(cache): register cacheability fixture entries * fix(cache): preserve legacy io probe parity * fix(cache): invalidate unsafe unstable cache entries * test(cache): resolve fixture cache handler types