Interface CacheOperationInvocationContext<O extends BasicOperation>
- All Known Implementing Classes:
CacheAspectSupport.CacheOperationContext
public interface CacheOperationInvocationContext<O extends BasicOperation>
Representation of the context of the invocation of a cache operation.The cache operation is static and independent of a particular invocation; this interface gathers the operation and a particular invocation.
- Since:
- 4.1
- Author:
- Stephane Nicoll
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.