Package ortus.boxlang.runtime.cache.policies
package ortus.boxlang.runtime.cache.policies
-
ClassDescriptionFIFO - Compare by created ascendingThe base interface for a cache policy in BoxLang.Least Frequently Used cache policy Hit count ascendingLIFO - Compare by created descendingLRU - Compare by last accessed ascendingMFU - Compare by hits descendingMRU - Compare by last accessed descendingRandom - Compare randomly