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