Uses of Interface
org.springframework.cache.interceptor.BasicOperation
Packages that use BasicOperation
Package
Description
AOP-based solution for declarative caching demarcation.
-
Uses of BasicOperation in org.springframework.cache.interceptor
Classes in org.springframework.cache.interceptor with type parameters of type BasicOperationModifier and TypeInterfaceDescriptioninterfaceCacheOperationInvocationContext<O extends BasicOperation>Representation of the context of the invocation of a cache operation.Classes in org.springframework.cache.interceptor that implement BasicOperationModifier and TypeClassDescriptionclassClass describing a cache 'cacheable' operation.classClass describing a cache 'evict' operation.classBase class for cache operations.classClass describing a cache 'put' operation.