What are the best Cache practices in ehcache or spring cache for spring MVC?

后端 未结 2 1980
太阳男子
太阳男子 2021-02-19 05:39

Planning to implement cache mechanism for static data in spring web based application, can any one explain which is the best and how it works?

  • EhCache
  • Spr
2条回答
  •  死守一世寂寞
    2021-02-19 06:11

    Ehcache3 has support for JSR 107

    For Ehcache2 may be you can use this implementation

    https://github.com/ehcache/ehcache-jcache/tree/master/ehcache-jcache

提交回复
热议问题