]
Dan Berindei updated ISPN-10255:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 10.0.0.CR1
9.4.17.Final
Resolution: Done
Documentation about Near cache eviction
---------------------------------------
Key: ISPN-10255
URL:
https://issues.jboss.org/browse/ISPN-10255
Project: Infinispan
Issue Type: Bug
Components: Documentation-Core
Affects Versions: 9.4.14.Final
Reporter: Gustavo Lira e Silva
Assignee: Donald Naro
Priority: Trivial
Fix For: 10.0.0.CR1, 9.4.17.Final
The following section is not 100% right:
When the maximum is reached, near cached entries are evicted using a least-recently-used
(LRU) algorithm
Since JDG 7.2 eviction algorithm use TinyLFU via Caffeine. Maybe this section could be
removed because this information is totally irrelevant for the user.