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 CacheManagerFactory 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
 boolean CacheManagerFactory.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
 boolean CacheManagerFactoryProvider.isSupported(OptionalFeature optionalFeature)
          Indicates whether a optional feature is supported by this implementation
 



Copyright © 2011. All Rights Reserved.