Interface PluginSharedDataRegistry
-
- All Known Implementing Classes:
DefaultPluginSharedDataRegistry
public interface PluginSharedDataRegistryProvides facilities to allow plugins to obtainSharedDatainstances. In clustered Confluence installations, these SharedData instances will contain the same data on every node in the cluster.- Since:
- 5.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull SharedDatagetPluginSharedData(PluginSharedDataKey moduleKey)Obtain a SharedData object for the given plugin-specific key
-
-
-
Method Detail
-
getPluginSharedData
@NonNull SharedData getPluginSharedData(PluginSharedDataKey moduleKey)
Obtain a SharedData object for the given plugin-specific key
-
-