Any Java caches that can limit memory usage of in-memory cache, not just instance count?

后端 未结 8 2433
后悔当初
后悔当初 2021-02-14 00:08

I am looking for a simple in-memory (and in-process) cache for short-term caching of query data (but short-term meaning beyond request/response, i.e. session boundary). EhCache

8条回答
  •  天涯浪人
    2021-02-14 01:01

    EhCache V2.5 currently offers a solution which can cap based on the memory size of the cache. For more details checkout EhCache 2.5 Documentation

提交回复
热议问题