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 theCachingclass -
-
Uses of OptionalFeature in javax.cache.configuration
Methods in javax.cache.configuration that return OptionalFeature Modifier and Type Method Description static OptionalFeatureOptionalFeature. 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 booleanCachingProvider. isSupported(OptionalFeature optionalFeature)Determines whether an optional feature is supported by theCachingProvider.
-