在Spring 3中编写自定义Spring @Cacheable注释

时间:2017-12-10 03:15:18

标签: spring-3 spring-cache

我目前正在编写一个自定义 @Cacheable 注释,除了Spring @Cacheable 提供的属性外,还会采用其他元数据属性。但是,Spring需要知道如何解析这个新的注释。我的理解是,我需要通过扩展 CacheAnnotationParser 来实现我的自己的注释解析器,并将其注入 AnnotationCacheOperationSource

但默认 AnnotationCacheOperationSource 正在使用 springcacheannotationparser ,即使我尝试将自定义解析器作为构造函数注入注入 AnnotationCacheOperationSource ,工作

有人可以帮忙吗?

0 个答案:

没有答案