Uses of Class
javax.cache.configuration.OptionalFeature
-
Packages that use OptionalFeature Package Description javax.cache.configuration This package contains configuration classes and interfaces.javax.cache.spi The javax.cache.spi package defines the classes and interfaces that are implemented by the caching provider for use by theCaching
class -
-
Uses of OptionalFeature in javax.cache.configuration
Methods in javax.cache.configuration that return OptionalFeature Modifier and Type Method Description static OptionalFeature
OptionalFeature. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OptionalFeature[]
OptionalFeature. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OptionalFeature in javax.cache.spi
Methods in javax.cache.spi with parameters of type OptionalFeature Modifier and Type Method Description boolean
CachingProvider. isSupported(OptionalFeature optionalFeature)
Determines whether an optional feature is supported by theCachingProvider
.
-