|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Configuration | |
|---|---|
| javax.cache | This package contains the API for JCache. |
| Uses of Configuration in javax.cache |
|---|
| Classes in javax.cache that implement Configuration | |
|---|---|
class |
SimpleConfiguration<K,V>
A simple mutable implementation of a Configuration. |
| Methods in javax.cache that return Configuration | |
|---|---|
Configuration<K,V> |
Cache.getConfiguration()
Returns a Configuration. |
| Methods in javax.cache with parameters of type Configuration | ||
|---|---|---|
|
CacheManager.configureCache(String cacheName,
Configuration<K,V> configuration)
Ensures that a Cache conforming to the specified Configuration
is being managed by the CacheManager. |
|
| Constructors in javax.cache with parameters of type Configuration | |
|---|---|
SimpleConfiguration(Configuration<K,V> configuration)
A copy-constructor for a SimpleConfiguration. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||