| Package | Description |
|---|---|
| com.atlassian.vcache |
Contains the core types for Atlassian VCache API.
|
| Modifier and Type | Method and Description |
|---|---|
JvmCacheSettings |
JvmCacheSettingsBuilder.build()
Returns a new
JvmCacheSettings instance configured using the supplied settings. |
JvmCacheSettings |
JvmCacheSettings.override(JvmCacheSettings overrides)
Returns a new
JvmCacheSettings instance where the current settings
are overridden with settings specified in overrides. |
| Modifier and Type | Method and Description |
|---|---|
<K,V> JvmCache<K,V> |
VCacheFactory.getJvmCache(java.lang.String name,
JvmCacheSettings settings)
Obtains a
JvmCache with the specified details. |
JvmCacheSettings |
JvmCacheSettings.override(JvmCacheSettings overrides)
Returns a new
JvmCacheSettings instance where the current settings
are overridden with settings specified in overrides. |
| Constructor and Description |
|---|
JvmCacheSettingsBuilder(JvmCacheSettings settings)
Constructs an instance initialised with the supplied settings.
|
Copyright © 2022 Atlassian. All rights reserved.