ui:param and c:set that only evaluates a value expression once
and thereafter resolves it from the cache.
A CacheValue piggybacks onto a parent Cache component for the control of caching scope and
other parameters.
| Name | Required | Type | Description |
|---|---|---|---|
name | true | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name under which the value expression will be made available to EL, scoped to the Facelet in which this tag occurs. |
value | true | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| The value expression for which its value will be cached on demand and made available as a new value expression. |
Output generated by Vdldoc View Declaration Language Documentation Generator.