I want to try the page caching.
But I coundn’t find the net.sf.ehcache.constructs.web.filter.SimplePageCachingFilter class, so I get a error that is class not found
What should I do?
<filter>
<filter-name>SimplePageCachingFilter</filter-name>
<filter-class>net.sf.ehcache.constructs.web.filter.SimplePageCachingFilter
</filter-class>
</filter>
SimplePageCachingFilterwas moved out of the core Ehcache jars already some time ago (IIRC) and it’s now part ofehcache-web, add a dependency to it e.g. via maven: