Class ManageCacheInstrumentation

java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.admin.instrumentation.cache.ManageCacheInstrumentation
All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class ManageCacheInstrumentation extends JiraWebActionSupport
Manage the caches that we are instrumenting and manage where the data ends up.
Since:
v7.1
See Also:
  • Constructor Details

  • Method Details

    • getCaches

      public List<com.atlassian.jira.web.action.admin.instrumentation.cache.ManageCacheInstrumentation.CacheManagementBean> getCaches()
      Creates the list of diplayable caches
      Returns:
      The list of caches.
    • getBufferCount

      public String getBufferCount()
    • doExecute

      protected String doExecute() throws Exception
      Overrides:
      doExecute in class webwork.action.ActionSupport
      Throws:
      Exception
    • doDefault

      public String doDefault() throws Exception
      Overrides:
      doDefault in class webwork.action.ActionSupport
      Throws:
      Exception
    • doClearBuffer

      public String doClearBuffer()
    • doEnableAll

      public String doEnableAll()
    • doDisableAll

      public String doDisableAll()