CacheConfiguration<K,V> |
CacheConfiguration.Builder.build() |
|
CacheConfiguration<K,V> |
CacheConfiguration.Builder.Default.build() |
|
CacheConfiguration<K,V> |
Cache.Default.getConfiguration() |
|
CacheConfiguration<K,V> |
Cache.getConfiguration() |
|
static CacheConfiguration<?,?> |
CacheConfiguration.load() |
Tries to load the default configuration file.
|
static CacheConfiguration<?,?> |
CacheConfiguration.load(File file) |
Tries to load the configuration from the file file .
|
static <K,
V> CacheConfiguration<K,V> |
CacheConfiguration.load(File file,
Class<K> keyType,
Class<V> valueType) |
Tries to load the configuration from the file file .
|
static CacheConfiguration<?,?> |
CacheConfiguration.load(File file,
Charset charset) |
Tries to load the configuration from the file file .
|
static <K,
V> CacheConfiguration<K,V> |
CacheConfiguration.load(File file,
Charset charset,
Class<K> keyType,
Class<V> valueType) |
Tries to load the configuration from the file file .
|
static CacheConfiguration<?,?> |
CacheConfiguration.load(InputStream inputStream) |
Tries to load the configuration from the InputStream inputStream .
|
static <K,
V> CacheConfiguration<K,V> |
CacheConfiguration.load(InputStream inputStream,
Class<K> keyType,
Class<V> valueType) |
Tries to load the configuration from the InputStream inputStream .
|
static CacheConfiguration<?,?> |
CacheConfiguration.load(InputStream inputStream,
Charset charset) |
Tries to load the configuration from the InputStream inputStream .
|
static <K,
V> CacheConfiguration<K,V> |
CacheConfiguration.load(InputStream inputStream,
Charset charset,
Class<K> keyType,
Class<V> valueType) |
Tries to load the configuration from the InputStream inputStream .
|
static <K,
V> CacheConfiguration<K,V> |
CacheConfiguration.load(Class<K> keyType,
Class<V> valueType) |
Tries to load the default configuration file.
|
static CacheConfiguration<?,?> |
CacheConfiguration.load(String path) |
Tries to load the configuration file from path .
|
static <K,
V> CacheConfiguration<K,V> |
CacheConfiguration.load(String path,
Class<K> keyType,
Class<V> valueType) |
Tries to load the configuration file from path .
|
static CacheConfiguration<?,?> |
CacheConfiguration.load(String path,
Charset charset) |
Tries to load the configuration file from path .
|
static <K,
V> CacheConfiguration<K,V> |
CacheConfiguration.load(String path,
Charset charset,
Class<K> keyType,
Class<V> valueType) |
Tries to load the configuration file from path .
|
static CacheConfiguration<?,?> |
CacheConfiguration.load(URL url) |
Tries to load the configuration from the URL url .
|
static <K,
V> CacheConfiguration<K,V> |
CacheConfiguration.load(URL url,
Class<K> keyType,
Class<V> valueType) |
Tries to load the configuration from the URL url .
|
static CacheConfiguration<?,?> |
CacheConfiguration.load(URL url,
Charset charset) |
Tries to load the configuration from the URL url .
|
static <K,
V> CacheConfiguration<K,V> |
CacheConfiguration.load(URL url,
Charset charset,
Class<K> keyType,
Class<V> valueType) |
Tries to load the configuration from the URL url .
|
static CacheConfiguration<?,?> |
CacheConfiguration.load(Charset charset) |
Tries to load the default configuration file.
|
static <K,
V> CacheConfiguration<K,V> |
CacheConfiguration.load(Charset charset,
Class<K> keyType,
Class<V> valueType) |
Tries to load the default configuration file.
|
static CacheConfiguration<?,?> |
CacheConfiguration.load(Path path) |
Tries to load the configuration from path .
|
static <K,
V> CacheConfiguration<K,V> |
CacheConfiguration.load(Path path,
Class<K> keyType,
Class<V> valueType) |
Tries to load the configuration from path .
|
static CacheConfiguration<?,?> |
CacheConfiguration.load(Path path,
Charset charset) |
Tries to load the configuration from path .
|
static <K,
V> CacheConfiguration<K,V> |
CacheConfiguration.load(Path path,
Charset charset,
Class<K> keyType,
Class<V> valueType) |
Tries to load the configuration from path .
|
static <K,
V> CacheConfiguration<K,V> |
CacheConfiguration.New(javax.cache.configuration.Configuration<K,V> other) |
|