Top "Ehcache" questions

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

ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events

I am trying to implement ehcache for my application but when try invoking the server, getting the following error - …

hibernate spring-mvc spring-boot ehcache
ehcache persist to disk issues

I want to do something with ehcache in Java that I think should be extremely simple, but I've spent enough …

java persistence ehcache ehcache-2
java.lang.NoClassDefFoundError: org/hibernate/cache/EntityRegion configuring EHCache

I'm trying to add ehcache (v2.6.0) to my Hibernate 4.1.5.SP1 project, but having some configuration issues. Specifically, I'm getting a …

java hibernate maven configuration ehcache
ehcache configuration in Spring framework

I am trying to load some context from an RSS feed and pass it as a cache to the client …

spring ehcache spring-4 spring-cache
hazelcast vs ehcache

Question is clear as you see in the title, it would be appreciated to hear your ideas about adv./disadv. …

ehcache hazelcast
Cannot find cache named '' for CacheableOperation[] caches

My error is : Exception in thread "main" java.lang.IllegalArgumentException: Cannot find cache named 'getActionsBycasId' for CacheableOperation[public java.util.…

spring ehcache
How to enable logging of Ehcache

In my Spring + Hibernate project, I was doing logging by SLF4J 1.6.4 with LogBack. Now, I've added Ehcache 2.2.0 (through ehcache-spring-annotations-1.1.3). …

spring ehcache slf4j logback
Spring 3.1 @Cacheable - method still executed

I'm trying to implement Spring 3.1 caching as explained here and here, but it doesn't seem to be working: my method …

spring caching ehcache
Hibernate cache strategy

How do I decide which CacheConcurrencyStrategy to use? NonstrictReadWriteCache, ReadOnlyCache, ReadWriteCache, TransactionalCache. I read https://www.hibernate.org/hib_docs/…

java hibernate orm ehcache second-level-cache
Getting `Can't assign requested address` java.net.SocketException using Ehcache multicast

Getting java.net.SocketException when trying to start a multicast provider: 2013-09-11 11:45:44,204 [main] ERROR net.sf.ehcache.distribution.MulticastRMICacheManagerPeerProvider: …

java ehcache ipv6 multicast multicastsocket