V - the value type@PublicApi
public interface ExternalWriteOperationsBuffered<V>
ExternalCache. The write operations are replayed at the
end of the request.| Modifier and Type | Method and Description |
|---|---|
void |
put(java.lang.String key,
V value,
PutPolicy policy)
Puts the value under the specified key using the specified policy.
|
void |
remove(java.lang.Iterable<java.lang.String> keys)
Remove the entries with the specified keys.
|
default void |
remove(java.lang.String... keys)
Remove the entries with the specified keys.
|
void |
removeAll()
Remove all entries in the cache.
|
void put(java.lang.String key,
V value,
PutPolicy policy)
key - the key to put the data undervalue - the value to associate with the key.policy - the policy to applydefault void remove(java.lang.String... keys)
keys - the keys of the entries to remove.void remove(java.lang.Iterable<java.lang.String> keys)
keys - the keys of the entries to remove.void removeAll()
Copyright © 2022 Atlassian. All rights reserved.