EHC ❯ Is there a way to make LFU and FIFO deterministic?
-
Bug
-
Status: Open
-
2 Major
-
Resolution:
-
ehcache-core
-
-
-
Reporter: abhinav
-
May 24, 2010
-
0
-
Watchers: 0
-
October 11, 2011
-
Description
LFU and FIFO eviction algorithms are probabilistic in nature. Is there a way (cache configuration etc.) to make them deterministic.
For LRU, system argument Dnet.sf.ehcache.use.classic.lru can be used to get deterministic behavior. I want to check if similar thing exists for LFU and FIFO algorithms.
Comments
Fiona OShea 2010-05-25
Fiona OShea 2010-09-01
Moving all unresolved “Fix Revision 2.2.1” to fix revision “unknown” as we are releasing Magnum first which is 2.3. Currently not sure which fix version these will actually be in, but they are targeted for Fremantle release
Fiona OShea 2011-02-22
MOving unresolved P2 jiras to Ulloa - to be reviewed by Chris, Fiona, Greg soon
There’s an LRU evictor available, Greg can you add more details?