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) |
|
CacheConfiguration<?,?> |
CacheConfigurationParser.Default.parse(String data) |
|
<K,
V> CacheConfiguration<K,V> |
CacheConfigurationParser.Default.parse(String data,
Class<K> keyType,
Class<V> valueType) |
|
CacheConfiguration<?,?> |
CacheConfigurationParser.parse(String data) |
Parses the configuration from the given input.
|
<K,
V> CacheConfiguration<K,V> |
CacheConfigurationParser.parse(String data,
Class<K> keyType,
Class<V> valueType) |
Parses the configuration from the given input.
|