Uses of Class
org.xwiki.cache.eviction.EntryEvictionConfiguration.Algorithm
-
Packages that use EntryEvictionConfiguration.Algorithm Package Description org.xwiki.cache.eviction -
-
Uses of EntryEvictionConfiguration.Algorithm in org.xwiki.cache.eviction
Methods in org.xwiki.cache.eviction that return EntryEvictionConfiguration.Algorithm Modifier and Type Method Description EntryEvictionConfiguration.Algorithm
EntryEvictionConfiguration. getAlgorithm()
static EntryEvictionConfiguration.Algorithm
EntryEvictionConfiguration.Algorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static EntryEvictionConfiguration.Algorithm[]
EntryEvictionConfiguration.Algorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.cache.eviction with parameters of type EntryEvictionConfiguration.Algorithm Modifier and Type Method Description void
EntryEvictionConfiguration. setAlgorithm(EntryEvictionConfiguration.Algorithm mode)
-