Uses of Interface
javax.cache.configuration.Configuration
Packages that use Configuration
Package
Description
This package contains the API for JCache.
This package contains configuration classes and interfaces.
-
Uses of Configuration in javax.cache
Methods in javax.cache with type parameters of type ConfigurationModifier and TypeMethodDescription<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.configurationModifier and TypeInterfaceDescriptioninterface
A read-only representation of the complete JCacheCache
configuration.Classes in javax.cache.configuration that implement ConfigurationModifier and TypeClassDescriptionclass
MutableConfiguration<K,
V> A simple mutable implementation of aConfiguration
.