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(String cacheName, C configuration)
Creates a namedCache
at runtime.<C extends Configuration<K,V>>
CCache. getConfiguration(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 interface
CompleteConfiguration<K,V>
A read-only representation of the complete JCacheCache
configuration.Classes in javax.cache.configuration that implement Configuration Modifier and Type Class Description class
MutableConfiguration<K,V>
A simple mutable implementation of aConfiguration
.
-