| Package | Description |
|---|---|
| com.atlassian.vcache |
Contains the core types for Atlassian VCache API.
|
| Modifier and Type | Method and Description |
|---|---|
JvmCacheSettingsBuilder |
JvmCacheSettingsBuilder.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.
|
JvmCacheSettingsBuilder |
JvmCacheSettingsBuilder.maxEntries(int max)
Specifies the maximum number of entries to be held in the cache.
|
Copyright © 2022 Atlassian. All rights reserved.