Uses of Interface
org.springframework.cache.interceptor.BasicOperation
Package
Description
AOP-based solution for declarative caching demarcation.
AOP-based solution for declarative caching demarcation using JSR-107 annotations.
-
Uses of BasicOperation in org.springframework.cache.interceptor
Modifier and TypeInterfaceDescriptioninterface
CacheOperationInvocationContext<O extends BasicOperation>
Representation of the context of the invocation of a cache operation.Modifier and TypeClassDescriptionclass
Class describing a cache 'cacheable' operation.class
Class describing a cache 'evict' operation.class
Base class for cache operations.class
Class describing a cache 'put' operation. -
Uses of BasicOperation in org.springframework.cache.jcache.interceptor
Modifier and TypeInterfaceDescriptioninterface
JCacheOperation<A extends Annotation>
Model the base of JSR-107 cache operation through an interface contract.