Summary
Updating a policy template does not invalidate the cached version, so clients can read stale template data.
Requirements
- Invalidate the relevant cache entry on template update
- Add a test verifying the cache reflects the update immediately
- Add a metric for invalidation events
- Document cache invalidation triggers in policy-service README
Summary
Updating a policy template does not invalidate the cached version, so clients can read stale template data.
Requirements