Class MFU
java.lang.Object
ortus.boxlang.runtime.cache.policies.MFU
- All Implemented Interfaces:
ICachePolicy
MFU - Compare by hits descending
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the comparator for HashMaps
-
Constructor Details
-
MFU
public MFU()
-
-
Method Details
-
getComparator
Get the comparator for HashMaps- Specified by:
getComparator
in interfaceICachePolicy
- Returns:
- The comparator for this policy
-