Polish cache javadoc

Issue: SPR-13746
(cherry picked from commit 34b596c)
This commit is contained in:
Stephane Nicoll
2015-12-09 11:24:53 +01:00
committed by Juergen Hoeller
parent e4faaa3786
commit f7492348ba
4 changed files with 205 additions and 75 deletions

View File

@@ -49634,10 +49634,10 @@ conditional computations:
| __argument name__
| evaluation context
| Name of any of the method argument. If for some reason the names are not available
(ex: no debug information), the argument names are also available under the `a<#arg>`
| Name of any of the method arguments. If for some reason the names are not available
(e.g. no debug information), the argument names are also available under the `#a<#arg>`
where __#arg__ stands for the argument index (starting from 0).
| `iban` or `a0` (one can also use `p0` or `p<#arg>` notation as an alias).
| `#iban` or `#a0` (one can also use `#p0` or `#p<#arg>` notation as an alias).
| result
| evaluation context