Uses of Class
org.cache2k.core.util.TunableConstants
-
Packages that use TunableConstants Package Description org.cache2k.core org.cache2k.core.eviction org.cache2k.core.util -
-
Uses of TunableConstants in org.cache2k.core
Subclasses of TunableConstants in org.cache2k.core Modifier and Type Class Description static classCache2kCoreProviderImpl.Tunablestatic classHeapCache.Tunable -
Uses of TunableConstants in org.cache2k.core.eviction
Subclasses of TunableConstants in org.cache2k.core.eviction Modifier and Type Class Description static classClockProPlusEviction.Tunable -
Uses of TunableConstants in org.cache2k.core.util
Methods in org.cache2k.core.util with type parameters of type TunableConstants Modifier and Type Method Description static <T extends TunableConstants>
TTunableFactory. get(Class<T> c)Provide tuning object with initialized information from properties in the class path or system properties.static <T extends TunableConstants>
TTunableFactory. get(Properties p, Class<T> c)Provide tuning object with initialized information from the properties file.
-