- Type Parameters:
R - the delegate result type
T - the delegate parameter type
- All Implemented Interfaces:
- Delegate<R,T>
public class MemoizingDelegate<R,T>
extends Object
implements Delegate<R,T>
A proxy that returns the value provided by the given delegate, evaluated
only once for each parameter.