Top "Ehcache" questions

Ehcache is an open source, standards compliant Java-based cache used to boost performance, offload the database and simplify scalability.

SingletonEhCacheRegionFactory vs EhCacheRegionFactory

This link (from the creator of Ehcache) says you should use SingletonEhCacheRegionFactory when you only have one Hibernate SessionFactory, and …

java hibernate ehcache
Caching with Hibernate + Spring - some Questions

I'm working on developing a web application with Spring 3 and Hibernate 3.6. At the moment I try to understand how Caching …

hibernate spring caching ehcache second-level-cache
Working example of Hibernate 3.6.2 2nd level caching with JPA2?

The title obviously states it : I can't make the second-level cache work for JPA2/Hibernate 3.6.3. I've been trying many a …

hibernate jpa-2.0 ehcache second-level-cache
Do we need terracotta on top of ehcache for clustering?

I am doing to a proof of concept using ehcache as the cache provider. Read somewhere saying we need terracotta …

java ehcache terracotta
Hibernate + EhCache = java.io.NotSerializableException

I'm doing load test now. After approximate 900 requests i got this error: [ 03.08.10 11:49:00.465] [Store org.hibernate.cache.StandardQueryCache Spool Thread] ERROR …

java hibernate grails ehcache
@Cache annotation usage error

I added the following annotation to enable cache to one of my EJB3 entities, to test caching with ehCache, where …

hibernate caching ejb-3.0 ehcache java-ee-5
What is the default caching time when using Hibernate's 2nd level cache

When using Hibernate 2nd level cache and query cache and not specifying anything inside ehcache.xml, what is the default …

java hibernate caching ehcache
Is it possible to use multiple ehcache.xml (in different projects, same war)?

I have a services project and a web project. I need to have eh-cache in both projects. The idea is …

java configuration-files war ehcache web-deployment
cannot access net.sf.ehcache.CacheManager, class file for net.sf.ehcache.CacheManager not found

I have been implementing some caching in my project using EhCache. I have added following dependencies to my pom.xml &…

maven spring-boot ehcache spring-cache terracotta
ehcache does not remove Element from memory on eviction

ehcache 2.5 timeToIdleSeconds="1800" (30 minutes), so I expect element to evict after 30 minute of being idle 30 minutes after last Element usage I …

java ehcache