Files
James Anderson 34dd7fe9ae fix(cache): preserve Cache Components ownership during probing (#3103)
* 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
2026-09-01 21:25:23 +01:00
..