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