Class CacheOperation

java.lang.Object
org.springframework.cache.interceptor.CacheOperation
All Implemented Interfaces:
BasicOperation
Direct Known Subclasses:
CacheableOperation, CacheEvictOperation, CachePutOperation

public abstract class CacheOperation extends Object implements BasicOperation
Base class for cache operations.
Since:
3.1
Author:
Costin Leau, Stephane Nicoll, Marcin Kamionowski