Class LFU
java.lang.Object
ortus.boxlang.runtime.cache.policies.LFU
- All Implemented Interfaces:
ICachePolicy
Least Frequently Used cache policy
Hit count ascending
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the comparator for HashMaps
-
Constructor Details
-
LFU
public LFU()
-
-
Method Details
-
getComparator
Get the comparator for HashMaps- Specified by:
getComparator
in interfaceICachePolicy
- Returns:
- The comparator for this policy
-