Uses of Enum Class
com.loomcache.server.jcache.LoomJCacheConfig.ExpiryPolicyType
Packages that use LoomJCacheConfig.ExpiryPolicyType
-
Uses of LoomJCacheConfig.ExpiryPolicyType in com.loomcache.server.jcache
Subclasses with type arguments of type LoomJCacheConfig.ExpiryPolicyType in com.loomcache.server.jcacheModifier and TypeClassDescriptionstatic enumExpiry policy types as per JCache specification.Methods in com.loomcache.server.jcache that return LoomJCacheConfig.ExpiryPolicyTypeModifier and TypeMethodDescriptionLoomJCacheConfig.expiryPolicyType()Returns the enum constant of this class with the specified name.static LoomJCacheConfig.ExpiryPolicyType[]LoomJCacheConfig.ExpiryPolicyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loomcache.server.jcache with parameters of type LoomJCacheConfig.ExpiryPolicyTypeModifier and TypeMethodDescriptionLoomJCacheConfig.Builder.expiryPolicyType(LoomJCacheConfig.ExpiryPolicyType type)