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(String key,
V value,
PutPolicy policy)
Puts the value under the specified key using the specified policy.
|
void |
remove(Iterable<String> keys)
Remove the entries with the specified keys.
|
default void |
remove(String... keys)
Remove the entries with the specified keys.
|
void |
removeAll()
Remove all entries in the cache.
|
void put(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(String... keys)
keys - the keys of the entries to remove.void remove(Iterable<String> keys)
keys - the keys of the entries to remove.void removeAll()
Copyright © 2016 Atlassian. All rights reserved.