Questions marquées «ehcache»


8
Spring Cache @Cacheable - ne fonctionne pas lors de l'appel depuis une autre méthode du même bean
Le cache Spring ne fonctionne pas lors de l'appel d'une méthode mise en cache à partir d'une autre méthode du même bean. Voici un exemple pour expliquer mon problème de manière claire. Configuration: <cache:annotation-driven cache-manager="myCacheManager" /> <bean id="myCacheManager" class="org.springframework.cache.ehcache.EhCacheCacheManager"> <property name="cacheManager" ref="myCache" /> </bean> <!-- Ehcache library setup --> <bean …
107 java  spring  caching  ehcache 

En utilisant notre site, vous reconnaissez avoir lu et compris notre politique liée aux cookies et notre politique de confidentialité.
Licensed under cc by-sa 3.0 with attribution required.