Uses of Enum
javax.cache.configuration.OptionalFeature
Packages that use OptionalFeature
Package
Description
This package contains configuration classes and interfaces.
The javax.cache.spi package defines the classes and interfaces that are implemented by the
caching provider for use by the
Caching class-
Uses of OptionalFeature in javax.cache.configuration
Subclasses with type arguments of type OptionalFeature in javax.cache.configurationModifier and TypeClassDescriptionenumOptional features that may be present in an implementation.Methods in javax.cache.configuration that return OptionalFeatureModifier and TypeMethodDescriptionstatic OptionalFeatureReturns 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 OptionalFeatureModifier and TypeMethodDescriptionbooleanCachingProvider.isSupported(OptionalFeature optionalFeature) Determines whether an optional feature is supported by theCachingProvider.