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