java - Where is the web.xml for Ehcache 3? -




i trying implement basic webpage caching, having trouble finding resources explanations. keep finding code no explanations or or explanations (in docs) no code. can provide simple tutorial? far can tell steps follows:

  1. implement listener 4.1 directions (couldnt find 3.0 version this)

    1. add ehcache.xml (wrote own simple one)

    2. add paths web.xml- here 2.7 version (couldn't find 3.0 version)

does know find correct files ehcache 3.0 implementation?

the web filter doesn't exist anymore in ehcache 3. specific. however, can implement own. listeners have been removed well. won't need them.

the first step configure ehcache. have @ documentation , samples.

then, cache pages. recommend use simplified version of ehcache 2 filter.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -