Define JCache aspect

Align default aop.xml configuration to define the JCache aspect alongside
the regular Spring cache aspect.

 Issue: SPR-12571
This commit is contained in:
Stephane Nicoll 2014-12-29 10:02:14 +01:00
parent 71783c5d86
commit 73c21fbac1
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
<aspect name="org.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspect"/>
<aspect name="org.springframework.transaction.aspectj.AnnotationTransactionAspect"/>
<aspect name="org.springframework.cache.aspectj.AnnotationCacheAspect"/>
<aspect name="org.springframework.cache.aspectj.JCacheCacheAspect"/>
</aspects>
</aspectj>