Closed
Description
Alexander Derenbach opened SPR-8938 and commented
In table 28.1. in the actual documentation there is a SpEL field #root.params listed. The fields is actualy named args in class CacheExpressionRootObject.
@Cacheable
(value="databaseCache",key="{#root.methodName,#root.args}")
public test(Long t1) {
}
will work.
Affects: 3.1 GA
Referenced from: commits e9ab1a7