com.atlassian.confluence.cluster.shareddata
Interface PluginSharedDataRegistry

All Known Implementing Classes:
DefaultPluginSharedDataRegistry

public interface PluginSharedDataRegistry

Provides facilities to allow plugins to obtain SharedData instances. In clustered Confluence installations, these SharedData instances will contain the same data on every node in the cluster.

Since:
5.7

Method Summary
 SharedData getPluginSharedData(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



Copyright © 2003–2015 Atlassian. All rights reserved.