Uses of Enum
org.infinispan.jcache.Expiration.Operation
Packages that use Expiration.Operation
-
Uses of Expiration.Operation in org.infinispan.jcache
Methods in org.infinispan.jcache that return Expiration.OperationModifier and TypeMethodDescriptionstatic Expiration.OperationReturns the enum constant of this type with the specified name.static Expiration.Operation[]Expiration.Operation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.jcache with parameters of type Expiration.OperationModifier and TypeMethodDescriptionstatic javax.cache.expiry.DurationExpiration.getExpiry(javax.cache.expiry.ExpiryPolicy policy, Expiration.Operation op) Return expiry for a given cache operation.