public interface CacheOperationInvocationContext<O extends BasicOperation>
The cache operation is static and independent of a particular invocation; this interface gathers the operation and a particular invocation.
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getArgs()
Return the argument list used to invoke the method.
|
java.lang.reflect.Method |
getMethod()
Return the method which was invoked.
|
O |
getOperation()
Return the cache operation.
|
java.lang.Object |
getTarget()
Return the target instance on which the method was invoked.
|
O getOperation()
java.lang.Object getTarget()
java.lang.reflect.Method getMethod()
java.lang.Object[] getArgs()