CB 3 M6 eviction policy copy-and-paste bug

Luis, I downloaded M6 today to poke around. I noticed the LRU, LFU
and FIFO eviction policies all have this line in them:
index =
getAssociatedCache().getObjectStore().getIndexer().getSortedKeys("hits","numeric","asc");

I think LRU should have "LastAccesed" and FIFO should have "Created"
instead of "hits".
As it stands now, they are all LFU policies.

Thanks!

~Brad

Yes that was fixes already

So will M6 receive that fix, or was it only made to RC1?

~Brad

THere are a couple of fixes on cachebox since m6 was cut. I would use what is on github at this point.

Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

OK. The reason I had asked is because I downloaded the M6 stand-alone off the Coldbox website to check and it still had the buggy code.

Thanks!

~Brad