接口的使用
cn.taketoday.cache.annotation.CacheAnnotationParser
使用CacheAnnotationParser的程序包
程序包
说明
Annotations and supporting classes for declarative cache management.
-
cn.taketoday.cache.annotation中CacheAnnotationParser的使用
修饰符和类型类说明classStrategy implementation for parsing Framework'sCaching,Cacheable,CacheEvict, andCachePutannotations.修饰符和类型方法说明AnnotationCacheOperationSource.CacheOperationProvider.getCacheOperations(CacheAnnotationParser parser) Return theCacheOperationinstance(s) provided by the specified parser.限定符构造器说明AnnotationCacheOperationSource(CacheAnnotationParser annotationParser) Create a custom AnnotationCacheOperationSource.AnnotationCacheOperationSource(CacheAnnotationParser... annotationParsers) Create a custom AnnotationCacheOperationSource.类型变量类型为CacheAnnotationParser的cn.taketoday.cache.annotation中的构造器参数限定符构造器说明AnnotationCacheOperationSource(Set<CacheAnnotationParser> annotationParsers) Create a custom AnnotationCacheOperationSource.