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
Methods in javax.cache.configuration that return OptionalFeatureModifier and TypeMethodDescriptionstatic OptionalFeature
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 OptionalFeatureModifier and TypeMethodDescriptionboolean
CachingProvider.isSupported
(OptionalFeature optionalFeature) Determines whether an optional feature is supported by theCachingProvider
.