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 |
|---|---|
static OperationInvoker |
apply(OperationInvoker invoker,
long timeToLive)
Apply caching configuration when appropriate to the given invoker.
|
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)
OperationInvokercontext.invoke in interface OperationInvokercontext - the context to use to invoke the operationnullpublic static OperationInvoker apply(OperationInvoker invoker, long timeToLive)
invoker - the invoker to wraptimeToLive - the maximum time in milliseconds that a response can be cachedCopyright © 2019 Pivotal Software, Inc.. All rights reserved.