com.ibm.wsspi.cache

Uses of Class CacheConfig.EvictorAlgorithmType

Packages that use CacheConfig.EvictorAlgorithmType

Package Description
com.ibm.wsspi.cache

Uses of CacheConfig.EvictorAlgorithmType in com.ibm.wsspi.cache

Modifier and Type Method and Description
  1. CacheConfig.EvictorAlgorithmType
CacheConfig.getEvictorAlgorithmType()
Returns the type of evictor algorithm.
  1. static
  2. CacheConfig.EvictorAlgorithmType
CacheConfig.EvictorAlgorithmType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
  1. static
  2. CacheConfig.EvictorAlgorithmType[]
CacheConfig.EvictorAlgorithmType.values()
Returns an array containing the constants of this enum type, in the order they are declared.