Uses of Interface
javax.cache.configuration.Configuration
-
Packages that use Configuration Package Description javax.cache This package contains the API for JCache.javax.cache.configuration This package contains configuration classes and interfaces. -
-
Uses of Configuration in javax.cache
Methods in javax.cache with type parameters of type Configuration Modifier and Type Method Description <K,V,C extends Configuration<K,V>>
Cache<K,V>CacheManager. createCache(java.lang.String cacheName, C configuration)Creates a namedCacheat runtime.<C extends Configuration<K,V>>
CCache. getConfiguration(java.lang.Class<C> clazz)Provides a standard way to access the configuration of a cache using JCache configuration or additional proprietary configuration. -
Uses of Configuration in javax.cache.configuration
Subinterfaces of Configuration in javax.cache.configuration Modifier and Type Interface Description interfaceCompleteConfiguration<K,V>A read-only representation of the complete JCacheCacheconfiguration.Classes in javax.cache.configuration that implement Configuration Modifier and Type Class Description classMutableConfiguration<K,V>A simple mutable implementation of aConfiguration.
-