Uses of Class
javax.cache.OptionalFeature

Packages that use OptionalFeature
com.caucho.distcache.jcache   
javax.cache   
javax.cache.spi   
 

Uses of OptionalFeature in com.caucho.distcache.jcache
 

Methods in com.caucho.distcache.jcache with parameters of type OptionalFeature
 boolean CacheManagerFacade.isSupported(OptionalFeature optionalFeature)
           
 boolean CacheProviderImpl.isSupported(OptionalFeature feature)
           
 

Uses of OptionalFeature in javax.cache
 

Methods in javax.cache that return OptionalFeature
static OptionalFeature OptionalFeature.valueOf(java.lang.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 CacheManager.isSupported(OptionalFeature optionalFeature)
           
static boolean Caching.isSupported(OptionalFeature feature)
           
 

Uses of OptionalFeature in javax.cache.spi
 

Methods in javax.cache.spi with parameters of type OptionalFeature
 boolean CachingProvider.isSupported(OptionalFeature feature)