Package | Description |
---|---|
javax.cache |
This package contains the API for JCache.
|
javax.cache.configuration |
This package contains configuration classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
Configuration<K,V> |
Cache.getConfiguration()
Obtains an immutable representation of the
Configuration that
was used to configure the Cache . |
Modifier and Type | Method and Description |
---|---|
<K,V> Cache<K,V> |
CacheManager.configureCache(String cacheName,
Configuration<K,V> configuration)
Ensures that a named
Cache is being managed by the
CacheManager . |
Modifier and Type | Class and Description |
---|---|
class |
MutableConfiguration<K,V>
A simple mutable implementation of a
Configuration . |
Constructor and Description |
---|
MutableConfiguration(Configuration<K,V> configuration)
Constructs a
MutableConfiguration based on another
Configuration . |
Copyright © 2013. All Rights Reserved.