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 | Description |
---|---|---|
<K,V,C extends Configuration<K,V>> |
CacheManager.createCache(String cacheName,
C configuration) |
Creates a named
Cache at runtime. |
<C extends Configuration<K,V>> |
Cache.getConfiguration(Class<C> clazz) |
Provides a standard way to access the configuration of a cache using
JCache configuration or additional proprietary configuration.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
CompleteConfiguration<K,V> |
A read-only representation of the complete JCache
Cache
configuration. |
Modifier and Type | Class | Description |
---|---|---|
class |
MutableConfiguration<K,V> |
A simple mutable implementation of a
Configuration . |
Copyright © 2017. All rights reserved.