Current status about cache / distributed caching:
- ehcache 2.x used as hibernate second level cache backend and spring cache backend
- infinispan integration (configuration) and a home-made wrapper to manage locks and message communication over infinispan
We already use hibernate + ehcache + jgroups to manage distributed cache eviction, but it is not integrated in igloo.
We may choose a strategy for the future:
Current status about cache / distributed caching:
We already use hibernate + ehcache + jgroups to manage distributed cache eviction, but it is not integrated in igloo.
We may choose a strategy for the future:
drop ehcache and use infinispan
no changes: