Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Ehcache 中使用 maxElementsInMemory,最近我知道从 2.5 开始它已被弃用,并且使用了 maxEntriesLocalHeap。
maxEntriesLocalHeap 中的任何性能增强或只是名称的更改。
这只是一个名称更改,以更好地指示应用大小的位置。对于 Java 配置,不推荐使用的方法委托给新方法,因此严格来说没有与该更改相关的性能更改。
现在在几年前的 Ehcache 2.5 和 Ehcache 2.10(当前的 Ehcache 2.x 维护)之间,可能会有许多性能改进来自不同的更改。如果您可以更新到该版本,我建议您尝试使用最新的 Ehcache 3.xa。