public class CachingOperationInvoker extends Object implements OperationInvoker
OperationInvoker
that caches the response of an operation with a
configurable time to live.Modifier and Type | Method and Description |
---|---|
long |
getTimeToLive()
Return the maximum time in milliseconds that a response can be cached.
|
Object |
invoke(InvocationContext context)
Invoke the underlying operation using the given
context . |
public long getTimeToLive()
public Object invoke(InvocationContext context)
OperationInvoker
context
.invoke
in interface OperationInvoker
context
- the context to use to invoke the operationnull