Class | Description |
---|---|
CacheValue |
This handler wraps a value expression that's actually a method expression by another value expression that returns a method expression
that gets the value of first value expression, which as "side-effect" executes the original method expression.
|
CachingValueExpression |
A value expression implementation that caches its main value at the moment it's evaluated and uses
this cache value in future evaluations.
|