Uses of Class
javax.cache.OptionalFeature

Packages that use OptionalFeature
javax.cache This package contains the API for JCache.. 
javax.cache.spi The javax.cache.spi package defines the classes and interfaces that are implemented by the persistence provider for use by the Caching class 
 

Uses of OptionalFeature in javax.cache
 

Methods in javax.cache that return OptionalFeature
static OptionalFeature OptionalFeature.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
static boolean Caching.isSupported(OptionalFeature optionalFeature)
          Indicates whether a optional feature is supported by this implementation
 boolean CacheManager.isSupported(OptionalFeature optionalFeature)
          Indicates whether a optional feature is supported by this CacheManager.
 

Uses of OptionalFeature in javax.cache.spi
 

Methods in javax.cache.spi with parameters of type OptionalFeature
 boolean CachingProvider.isSupported(OptionalFeature optionalFeature)
          Indicates whether a optional feature is supported by this implementation
 boolean AnnotationProvider.isSupported(OptionalFeature optionalFeature)
          Indicates whether an optional feature related to annotations is supported by this implementation.
 



Copyright © 2011. All Rights Reserved.