The cache store removes URL metadata on purge, but cached response bodies stored by digest may remain in the backing cache pool until their TTL expires.
This is not an immediate functional break, but it can leave orphaned cache entries behind and makes purge less complete than it looks from the API.
The bundle should either clean up digest-based bodies more aggressively or document the current behavior and its operational impact more clearly.
The cache store removes URL metadata on purge, but cached response bodies stored by digest may remain in the backing cache pool until their TTL expires.
This is not an immediate functional break, but it can leave orphaned cache entries behind and makes purge less complete than it looks from the API.
The bundle should either clean up digest-based bodies more aggressively or document the current behavior and its operational impact more clearly.