Package com.atlassian.confluence.plugin
Class CachingPluginStateStore
- java.lang.Object
-
- com.atlassian.confluence.plugin.CachingPluginStateStore
-
- All Implemented Interfaces:
com.atlassian.plugin.manager.PluginPersistentStateStore
@Deprecated public class CachingPluginStateStore extends Object implements com.atlassian.plugin.manager.PluginPersistentStateStore
Deprecated.since 8.0 Replaced byCachingPluginPersistentStateStoreWrapper for PluginPersistentStateStore that caches retrieved values.- Since:
- 5.5.4
-
-
Constructor Summary
Constructors Constructor Description CachingPluginStateStore(com.atlassian.plugin.manager.PluginPersistentStateStore delegate, com.atlassian.vcache.VCacheFactory cacheFactory)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.atlassian.plugin.manager.PluginPersistentStateload()Deprecated.voidsave(com.atlassian.plugin.manager.PluginPersistentState state)Deprecated.
-
-
-
Method Detail
-
save
public void save(com.atlassian.plugin.manager.PluginPersistentState state)
Deprecated.- Specified by:
savein interfacecom.atlassian.plugin.manager.PluginPersistentStateStore
-
load
public com.atlassian.plugin.manager.PluginPersistentState load()
Deprecated.- Specified by:
loadin interfacecom.atlassian.plugin.manager.PluginPersistentStateStore
-
-