mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 07:10:29 +00:00
This commit documents the semantics for the `#result` SpEL expression variable for a method that returns a Flux for @Cacheable and @CachePut, both of which have always collected such a Flux's values into a List. For such a method, `#result` refers to that List rather than the Flux itself. This commit addresses a number of unrelated inconsistencies in the documentation as well. See gh-37309