O
- the operation typepublic 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 |
---|---|
Object[] |
getArgs()
Return the argument list used to invoke the method.
|
Method |
getMethod()
Return the method which was invoked.
|
O |
getOperation()
Return the cache operation.
|
Object |
getTarget()
Return the target instance on which the method was invoked.
|
O getOperation()
Object getTarget()
Method getMethod()
Object[] getArgs()