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

public class ViewCacheStats extends JiraWebActionSupport
Pulls out cache operation information.
Since:
v7.1
See Also:
  • Constructor Details

  • Method Details

    • doExecute

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

      @Nonnull public Collection<CacheDisplayBean> getCacheStats()
      Returns the JSON into the page so that we can display the table.
      Returns:
      JSON array with objects.