Uses of Interface
org.springframework.cache.interceptor.BasicOperation
Packages that use BasicOperation Package Description org.springframework.cache.interceptor AOP-based solution for declarative caching demarcation.org.springframework.cache.jcache.interceptor AOP-based solution for declarative caching demarcation using JSR-107 annotations.Uses of BasicOperation in org.springframework.cache.interceptor
Classes in org.springframework.cache.interceptor with type parameters of type BasicOperation Modifier and Type Interface Description interface
CacheOperationInvocationContext<O extends BasicOperation>
Representation of the context of the invocation of a cache operation.Classes in org.springframework.cache.interceptor that implement BasicOperation Modifier and Type Class Description class
CacheableOperation
Class describing a cache 'cacheable' operation.class
CacheEvictOperation
Class describing a cache 'evict' operation.class
CacheOperation
Base class for cache operations.class
CachePutOperation
Class describing a cache 'put' operation.Uses of BasicOperation in org.springframework.cache.jcache.interceptor
Subinterfaces of BasicOperation in org.springframework.cache.jcache.interceptor Modifier and Type Interface Description interface
JCacheOperation<A extends Annotation>
Model the base of JSR-107 cache operation through an interface contract.