+ revert back deleted resource

This commit is contained in:
Costin Leau 2011-03-06 18:19:19 +00:00
parent 4a589a78e1
commit 08bccb28ae
1 changed files with 4 additions and 3 deletions

View File

@ -16,11 +16,12 @@
<property name="cacheDefinitionSources" ref="annotationSource"/>
</bean>
<!--
<bean id="advisor" class="org.springframework.cache.interceptor.BeanFactoryCacheDefinitionSourceAdvisor">
<property name="cacheDefinitionSource" ref="annotationSource"/>
<property name="adviceBeanName" value="cacheInterceptor"/>
<property name="adviceBeanName" value="cacheAspect"/>
</bean>
-->
<bean id="cacheManager" class="org.springframework.cache.support.MapCacheManager">
<property name="caches">
@ -35,4 +36,4 @@
<bean id="service" class="org.springframework.cache.config.DefaultCacheableService"/>
<bean id="classService" class="org.springframework.cache.config.AnnotatedClassCacheableService"/>
</beans>
</beans>