1. ehcache persist to disk issues stackoverflow.comI want to do something with ehcache in Java that I think should be extremely simple, but I've spent enough time frustrating myself with the docs...
|
2. Distributed, persistent cache using EHCache stackoverflow.comI currently have a distributed cache using EHCache via RMI that works just fine. I was wondering if you can include persistence with the caches to create a distributed, persistent cache. Alongside ... |
3. why are ehcache disk store invalidated after jvm restarts? stackoverflow.comI have a java app running on JDK 1.6.0_17 on Linux. I'm using ehcache 2.1.0, with a very simple ehcache.xml file:
|
4. Ehcache is creating unnecessary timestamped directories for disk persistence stackoverflow.comI wanted to use Ehcache's disk persistence with the ability to keep the data between restarts. My configuration looks like this:
|
5. How Ehcache synchronize data back to the persistent layer ? forums.terracotta.orgI have answered same post on below threads: http://forums.terracotta.org/forums/posts/list/6184.page#31606 Please do not post same issue at two place. I am again posting the answer below: Databases (and other SORs) weren't built with caching outside of the database in mind, and therefore don't normally come with any default mechanism for notifying external processes when data has been updated or modified. Use one ... |