Hi,
Have a question that I hope you help me with.
We have an application that depends on a framework which used ehcache2. In this application we override a cache filter class by implementing our custom cache filtering class which inherits from SimplePageCachingFilter. This class is part of the net.sf.ehcache package, and if I understood correctly this is ehcache2 and ehcache3 is in package org.ehcache, correct me if I'm wrong..
Now the framework we depend on has move to ehcache3 and it seems that some error occurs because of our class. We are not able to instantiate it because we can't find a CacheManager (which is also part of net.sf.ehcache) that would suit our need.
My question is does ehcache3 have an equivalent class to SimplePageCachingFilter ?
Sorry if I'm not really precise, I was just onboard on this project and there is a lot of technologies in it that I don't know yet.
Hope you will be able to answer my question
Best Regards,
Alain Birchmeier