Hierarchy For Package ortus.boxlang.runtime.cache.policies

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • ortus.boxlang.runtime.cache.policies.FIFO (implements ortus.boxlang.runtime.cache.policies.ICachePolicy)
    • ortus.boxlang.runtime.cache.policies.LFU (implements ortus.boxlang.runtime.cache.policies.ICachePolicy)
    • ortus.boxlang.runtime.cache.policies.LIFO (implements ortus.boxlang.runtime.cache.policies.ICachePolicy)
    • ortus.boxlang.runtime.cache.policies.LRU (implements ortus.boxlang.runtime.cache.policies.ICachePolicy)
    • ortus.boxlang.runtime.cache.policies.MFU (implements ortus.boxlang.runtime.cache.policies.ICachePolicy)
    • ortus.boxlang.runtime.cache.policies.MRU (implements ortus.boxlang.runtime.cache.policies.ICachePolicy)
    • ortus.boxlang.runtime.cache.policies.Random (implements ortus.boxlang.runtime.cache.policies.ICachePolicy)

Interface Hierarchy