@Internal
public interface CommonContextPersister
Modifier and Type | Method and Description |
---|---|
CommonContextMap.ContextWithMetadata |
load(ResultKey resultKey) |
Stream<CommonContextMap.ContextWithMetadata> |
loadAndRemoveAll()
Lazily loads all stored objects and removes files from storage.
|
void |
remove(ResultKey resultKey) |
void |
save(CommonContextMap.ContextWithMetadata context) |
@NotNull CommonContextMap.ContextWithMetadata load(@NotNull ResultKey resultKey)
void save(@NotNull CommonContextMap.ContextWithMetadata context)
void remove(ResultKey resultKey)
@NotNull Stream<CommonContextMap.ContextWithMetadata> loadAndRemoveAll()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.