Uses of Class
org.xwiki.cache.eviction.EntryEvictionConfiguration
-
Packages that use EntryEvictionConfiguration Package Description org.xwiki.cache.config org.xwiki.cache.eviction -
-
Uses of EntryEvictionConfiguration in org.xwiki.cache.config
Constructors in org.xwiki.cache.config with parameters of type EntryEvictionConfiguration Constructor Description CacheConfiguration(String configurationId, EntryEvictionConfiguration evictionConfiguration)
Creates CacheConfiguration instance with given eviction configuration and id.CacheConfiguration(EntryEvictionConfiguration evictionConfiguration)
Creates CacheConfiguration instance with given eviction configuration. -
Uses of EntryEvictionConfiguration in org.xwiki.cache.eviction
Subclasses of EntryEvictionConfiguration in org.xwiki.cache.eviction Modifier and Type Class Description class
LRUEvictionConfiguration
An helper forEntryEvictionConfiguration.Algorithm.NONE
cache algorithm.
-