Package com.atlassian.confluence.plugin
Class CachingPluginStateStore
- java.lang.Object
-
- com.atlassian.confluence.plugin.CachingPluginStateStore
-
- All Implemented Interfaces:
com.atlassian.plugin.manager.PluginPersistentStateStore
public class CachingPluginStateStore extends Object implements com.atlassian.plugin.manager.PluginPersistentStateStore
Wrapper 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.plugin.manager.PluginPersistentStateload()voidsave(com.atlassian.plugin.manager.PluginPersistentState state)
-
-
-
Method Detail
-
save
public void save(com.atlassian.plugin.manager.PluginPersistentState state)
- Specified by:
savein interfacecom.atlassian.plugin.manager.PluginPersistentStateStore
-
load
public com.atlassian.plugin.manager.PluginPersistentState load()
- Specified by:
loadin interfacecom.atlassian.plugin.manager.PluginPersistentStateStore
-
-