Top "Ehcache-3" questions

For questions specific to Ehcache version 3. For general question about Ehcache, use the [ehcache] tag

Spring Framework 5 and EhCache 3.5

I tried to use EhCache 3.5 caching features in our web application based on Spring Boot 2/Spring Framework 5. I added EHCache …

spring spring-mvc ehcache ehcache-3
EHCache 3.5 Get All Cache Keys / Entries

I'm using EHCache 3.5.2 and having trouble getting all cache keys and cache entries. I am using the CacheManager to create …

java ehcache ehcache-3
EhCache 3 and Spring Boot

Is there a way to abstract the EhCache 3 CacheManager (org.ehcache.CacheManager) to Spring's CacheManager (org.springframework.cache.CacheManager)? With …

java spring-boot ehcache ehcache-3 cachemanager
Spring Boot 2.0 Hibernate 5 EhCache 3 with JCache

I'm trying to setup Hibernate with EhCache as the second level cache but the TTL is not working. Here are …

java hibernate spring-boot ehcache-3