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