We are upgrading the Ehcache version from 2.10.9.2 to ehcache 3.10.8 but we are using hybernate 3.2.3 version. Currently we are using below provider class from ehcache 2.10.9.2. I did not find the relevant provider classin 3.10.8.
<prop key="hibernate.cache.provider_class">net.sf.ehcache.hibernate.SingletonEhCacheProvider</prop>
Will there be compatibility between hibernate 3.2.3 and ehcache 3.x versions?. Could you please advice?