I am trying to implement basic webpage caching, but having trouble finding resources with explanations. I keep finding code with no explanations or or explanations (in the docs) with no code. Can anyone provide a simple tutorial? As far as I can tell the steps are as follows:
Implement a listener 4.1 directions (couldnt find a 3.0 version for this)
add ehcache.xml (wrote my own simple one)
add paths to web.xml- Here is a 2.7 version (couldn't find a 3.0 version)
Does anyone know where to find the correct files for an ehcache 3.0 implementation?