Uses of Annotation Interface
org.springframework.cache.annotation.EnableCaching
Packages that use EnableCaching
Package
Description
Annotations and supporting classes for declarative cache management.
-
Uses of EnableCaching in org.springframework.cache.annotation
Subclasses with type arguments of type EnableCaching in org.springframework.cache.annotationModifier and TypeClassDescriptionclass
Selects which implementation ofAbstractCachingConfiguration
should be used based on the value ofmode()
on the importing@Configuration
class.