| Package | Description |
|---|---|
| com.atlassian.vcache |
Contains the core types for Atlassian VCache API.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeRate |
RequestCacheSettings.getChangeRate()
Returns the expected change rate for this cache.
|
static ChangeRate |
ChangeRate.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChangeRate[] |
ChangeRate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<ChangeRate> |
ExternalCacheSettings.getDataChangeRateHint()
Returns the hint for the expected change rate for data updates.
|
java.util.Optional<ChangeRate> |
ExternalCacheSettings.getEntryGrowthRateHint()
Returns the hint for the expected change rate for entry additions.
|
| Modifier and Type | Method and Description |
|---|---|
RequestCacheSettingsBuilder |
RequestCacheSettingsBuilder.dataChangeRateHint(ChangeRate hint)
Provides a hint on the expected change rate for data updates.
|
ExternalCacheSettingsBuilder |
ExternalCacheSettingsBuilder.dataChangeRateHint(ChangeRate hint)
Provides a hint on the expected change rate for data updates.
|
ExternalCacheSettingsBuilder |
ExternalCacheSettingsBuilder.entryGrowthRateHint(ChangeRate hint)
Provides a hint on the expected change rate for entry additions.
|
Copyright © 2022 Atlassian. All rights reserved.