| Package | Description |
|---|---|
| com.atlassian.vcache |
Contains the core types for Atlassian VCache API.
|
| Modifier and Type | Method and Description |
|---|---|
CasIdentifier |
IdentifiedValue.identifier()
Returns the
CasIdentifier associated with the value. |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletionStage<java.lang.Boolean> |
DirectExternalCache.removeIf(java.lang.String key,
CasIdentifier casId)
Removes the specified entry, iff the specified CAS identifier matches.
|
java.util.concurrent.CompletionStage<java.lang.Boolean> |
DirectExternalCache.replaceIf(java.lang.String key,
CasIdentifier casId,
V newValue)
Replaces the value for a specified entry, iff the specified CAS identifier matches.
|
Copyright © 2022 Atlassian. All rights reserved.