K - the key type.V - the value type.P - the param holder type (if present).public interface OperationContext<K,V,P>
Cache.invoke(String, Duration) operations.| Modifier and Type | Method and Description |
|---|---|
Cache<K,V> |
getCache()
Access to the
Cache that performed the invoke operation. |
VersionToken |
getFastReadVersion()
Retrieve the
VersionToken associated with the key during this invoke operation. |
java.lang.String |
getOperationId() |
P |
getParameterObject()
Retrieve the
P parameter object or NULL if no ParamHolder was supplied to the Cache.invoke(String, byte[], Duration) operation. |
Cache<K,V> getCache()
Cache that performed the invoke operation.Cache.VersionToken getFastReadVersion()
VersionToken associated with the key during this invoke operation.VersionToken.P getParameterObject()
P parameter object or NULL if no ParamHolder was supplied to the Cache.invoke(String, byte[], Duration) operation.P parameter object.java.lang.String getOperationId()