Interface CacheOperationInvocationContext<O extends BasicOperation>
- Type Parameters:
O
- the operation type
- 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
-
Method Details