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 TypeClassDescriptionclassSelects which implementation ofAbstractCachingConfigurationshould be used based on the value ofEnableCaching.mode()on the importing@Configurationclass.