Closed
Description
Edwin Stang opened SPR-9616 and commented
Background
Support for JCache (JSR-107) was added to Spring in conjunction with #13417.
Status Quo
Right now, I am successfully using JCache with the Spring cache annotations (org.springframework.cache.annotation.*
) with AspectJ.
Goals
To be more specification conform, I would like to switch to the JCache annotations (javax.cache.annotation.*
), but AnnotationCacheAspect
in the spring-aspects
module does not support this.
Would it be possible to have this included in Spring 3.2?
Affects: 3.2 M2
Issue Links:
- Support for JCache (JSR-107) [SPR-8774] #13417 Support for JCache (JSR-107)
- Apply CacheResolver to Spring's caching abstraction [SPR-11490] #16115 Apply CacheResolver to Spring's caching abstraction
0 votes, 5 watchers