You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) {
}
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
The text was updated successfully, but these errors were encountered: