Uses of Class
javax.cache.OptionalFeature
-
Packages that use OptionalFeature Package Description javax.cache javax.cache.spi org.wso2.carbon.caching.impl -
-
Uses of OptionalFeature in javax.cache
Methods in javax.cache that return OptionalFeature Modifier and Type Method Description static OptionalFeatureOptionalFeature. valueOf(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.Methods in javax.cache with parameters of type OptionalFeature Modifier and Type Method Description booleanCacheManager. isSupported(OptionalFeature optionalFeature)Indicates whether a optional feature is supported by this CacheManager.static booleanCaching. isSupported(OptionalFeature optionalFeature)Indicates whether a optional feature is supported by this implementation -
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)Indicates whether a optional feature is supported by this implementation -
Uses of OptionalFeature in org.wso2.carbon.caching.impl
Methods in org.wso2.carbon.caching.impl with parameters of type OptionalFeature Modifier and Type Method Description booleanCachingProviderImpl. isSupported(OptionalFeature optionalFeature)booleanCarbonCacheManager. isSupported(OptionalFeature optionalFeature)
-