I am trying to find how to implement distributed caching for applications.
Ehcache, already used for caching in my project, so I'm looking for how to solve this problem using it. But, unfortunately, it seems that Terracotta Enterprise Suite is necessary for this, and it is commercial. Is not it? Is there another solution how to use Ehcache for distributed caching (RMI or something else)?
java ehcache distributed-caching
Gadget
source share