Uses of Class
org.xwiki.cache.eviction.EntryEvictionConfiguration.Algorithm

Packages that use EntryEvictionConfiguration.Algorithm
org.xwiki.cache.eviction   
 

Uses of EntryEvictionConfiguration.Algorithm in org.xwiki.cache.eviction
 

Methods in org.xwiki.cache.eviction that return EntryEvictionConfiguration.Algorithm
 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
 void EntryEvictionConfiguration.setAlgorithm(EntryEvictionConfiguration.Algorithm mode)
           
 



Copyright © 2004–2013 XWiki. All rights reserved.