Uses of Interface
org.springframework.cache.interceptor.BasicOperation
Packages that use 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
Classes in org.springframework.cache.interceptor with type parameters of type BasicOperationModifier and TypeInterfaceDescriptioninterface
CacheOperationInvocationContext<O extends BasicOperation>
Representation of the context of the invocation of a cache operation.Classes in org.springframework.cache.interceptor that implement BasicOperationModifier 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
Subinterfaces of BasicOperation in org.springframework.cache.jcache.interceptorModifier and TypeInterfaceDescriptioninterface
JCacheOperation<A extends Annotation>
Model the base of JSR-107 cache operation through an interface contract.