Package | Description |
---|---|
javax.cache |
This package contains the API for JCache.
|
Modifier and Type | Class and Description |
---|---|
class |
MutableConfiguration<K,V>
A simple mutable implementation of a
Configuration . |
Modifier and Type | Method and Description |
---|---|
Configuration<K,V> |
Cache.getConfiguration()
Returns a Configuration.
|
Modifier and Type | Method and Description |
---|---|
<K,V> Cache<K,V> |
CacheManager.configureCache(String cacheName,
Configuration<K,V> configuration)
Ensures that a
Cache conforming to the specified Configuration
is being managed by the CacheManager . |
Constructor and Description |
---|
MutableConfiguration(Configuration<K,V> configuration)
A copy-constructor for a
MutableConfiguration . |
Copyright © 2013. All Rights Reserved.