程序包的使用
cn.taketoday.cache.annotation
程序包
说明
Annotations and supporting classes for declarative cache management.
-
类说明Abstract base
@Configurationclass providing common structure for enabling Framework's annotation-driven cache management capability.Callback interface providingCacheOperationinstance(s) based on a givenCacheAnnotationParser.Strategy interface for parsing known caching annotation types.Interface to be implemented by @Configurationclasses annotated with @EnableCachingthat wish or need to specify explicitly how caches are resolved and how keys are generated for annotation-driven cache management.