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