| Package | Description |
|---|---|
| com.atlassian.vcache |
Contains the core types for Atlassian VCache API.
|
| Modifier and Type | Method and Description |
|---|---|
ExternalCacheSettingsBuilder |
ExternalCacheSettingsBuilder.dataChangeRateHint(ChangeRate hint)
Provides a hint on the expected change rate for data updates.
|
ExternalCacheSettingsBuilder |
ExternalCacheSettingsBuilder.defaultTtl(java.time.Duration ttl)
Specifies the default time-to-live for entries to be held in the cache and must be a positive number.
|
ExternalCacheSettingsBuilder |
ExternalCacheSettingsBuilder.entryCountHint(int hint)
Provides a hint on the expected number of entries to be held in the cache.
|
ExternalCacheSettingsBuilder |
ExternalCacheSettingsBuilder.entryGrowthRateHint(ChangeRate hint)
Provides a hint on the expected change rate for entry additions.
|
Copyright © 2022 Atlassian. All rights reserved.