| Package | Description |
|---|---|
| com.atlassian.vcache |
Contains the core types for Atlassian VCache API.
|
| Modifier and Type | Method and Description |
|---|---|
static PutPolicy |
PutPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PutPolicy[] |
PutPolicy.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.concurrent.CompletionStage<java.lang.Boolean> |
ExternalWriteOperationsUnbuffered.put(java.lang.String key,
V value,
PutPolicy policy)
Puts the value under the specified key using the specified policy.
|
void |
ExternalWriteOperationsBuffered.put(java.lang.String key,
V value,
PutPolicy policy)
Puts the value under the specified key using the specified policy.
|
Copyright © 2022 Atlassian. All rights reserved.