Uses of Class
com.ibm.wsspi.cache.CacheConfig.EvictorAlgorithmType
-
Packages that use CacheConfig.EvictorAlgorithmType Package Description com.ibm.wsspi.cache -
-
Uses of CacheConfig.EvictorAlgorithmType in com.ibm.wsspi.cache
Methods in com.ibm.wsspi.cache that return CacheConfig.EvictorAlgorithmType Modifier and Type Method Description CacheConfig.EvictorAlgorithmTypeCacheConfig. getEvictorAlgorithmType()Returns the type of evictor algorithm.static CacheConfig.EvictorAlgorithmTypeCacheConfig.EvictorAlgorithmType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CacheConfig.EvictorAlgorithmType[]CacheConfig.EvictorAlgorithmType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-