Recently I am doing some research about the performance of java local caches and, of course, I run into ehcache. As far as can see in the documentation and in the artifacts published in maven repository, it seems that there are two active development lines, version 2 and version 3. Furthermore, spring-boot include both in the super pom.
So, my question is: what is it that for? Do both chase the same objectives? What functionalities include version 3?
Thanks in advance!