ehcache / ehcache3

Ehcache 3.x line

Home Page:http://www.ehcache.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Global configuration for all caches under a single CacheManager (ehcache 3.10.0 + JSR 107)

afilipov1 opened this issue · comments

Based on the docs for ehcache version 2.8, it seems that setting maxBytesLocalHeap, maxBytesLocalOffHeap and maxBytesLocalDisk was supported on the CacheManager level.

Is it deprecated in 3.x? I cannot find any information regarding the deprecation or any alternative ways of achieving the same behavior in 3.x.

This is a known feature gap from Ehcache 2.x. It's actually being actively worked on under #33 (and in a few other related issues) at the moment.