Uses of Class
org.infinispan.jcache.MutableJCacheEntry.Operation
-
Packages that use MutableJCacheEntry.Operation Package Description org.infinispan.jcache -
-
Uses of MutableJCacheEntry.Operation in org.infinispan.jcache
Methods in org.infinispan.jcache that return MutableJCacheEntry.Operation Modifier and Type Method Description MutableJCacheEntry.OperationMutableJCacheEntry. getOperation()static MutableJCacheEntry.OperationMutableJCacheEntry.Operation. valueOf(String name)Returns the enum constant of this type with the specified name.static MutableJCacheEntry.Operation[]MutableJCacheEntry.Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-