mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
e9ab1a7abb
Prior to this change, the caching reference docs referred to 'root.params', whereas the actual naming should be 'root.args'. This naming was also reflected in the "#p" syntax for specifying method args. This change updates the documentation to refer to 'root.args' properly and also adds "#a" syntax for specifying method arguments more intuitively. Note that "#p" syntax remains in place as an alias for backward compatibility. Issue: SPR-8938