mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
This commit builds on the previous commit and ensures that "must-understand" is only used with "no-store". This check is performed at runtime as a staged interface/builder would be a major breaking change for a behavior that is highlighted as "SHOULD" in the specification. This commit also performs similar runtime checks for: * cache-public + cache-private * cache-public + no-store See gh-36918