| Package | Description |
|---|---|
| com.atlassian.vcache |
Contains the core types for Atlassian VCache API.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletionStage<java.util.Map<java.lang.String,java.util.Optional<IdentifiedValue<V>>>> |
DirectExternalCache.getBulkIdentified(java.lang.Iterable<java.lang.String> keys)
Returns the
IdentifiedValue's that are associated with the specified keys. |
default java.util.concurrent.CompletionStage<java.util.Map<java.lang.String,java.util.Optional<IdentifiedValue<V>>>> |
DirectExternalCache.getBulkIdentified(java.lang.String... keys)
Returns the
IdentifiedValue's that are associated with the specified keys. |
java.util.concurrent.CompletionStage<java.util.Optional<IdentifiedValue<V>>> |
DirectExternalCache.getIdentified(java.lang.String key)
Returns an identified value that is associated with a specified key.
|
java.util.concurrent.CompletionStage<IdentifiedValue<V>> |
DirectExternalCache.getIdentified(java.lang.String key,
java.util.function.Supplier<V> supplier)
Returns an identified value that is associated with a specified key.
|
Copyright © 2022 Atlassian. All rights reserved.