com.atlassian.jira.portal
Interface FlushablePortletConfigurationStore

All Superinterfaces:
PortletConfigurationStore
All Known Implementing Classes:
CachingPortletConfigurationStore

public interface FlushablePortletConfigurationStore
extends PortletConfigurationStore

Since:
v4.1

Method Summary
 void flush()
          Flush the cache by removing all entries.
 
Methods inherited from interface com.atlassian.jira.portal.PortletConfigurationStore
addGadget, delete, getAllPortletConfigurations, getByPortalPage, getByPortletId, store, updateGadgetColor, updateGadgetPosition, updateUserPrefs
 

Method Detail

flush

void flush()
Flush the cache by removing all entries.



Copyright © 2002-2012 Atlassian. All Rights Reserved.