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

public class ViewCacheDetails extends JiraWebActionSupport
Displays the average usage of a cache over the list of URLs accessed.
Since:
v7.1
See Also:
  • Constructor Details

    • ViewCacheDetails

      public ViewCacheDetails(com.atlassian.cache.CacheManager cacheManager, InstrumentationLogger instrumentationLogger)
  • Method Details

    • doExecute

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

      public Collection<CacheStatsAverager> getCacheDetails()
    • getCacheEntryCount

      public String getCacheEntryCount()
    • getRequestCount

      public String getRequestCount()
    • getTotalLoadTime

      public String getTotalLoadTime()
      Returns the total load time for this cache.
      Returns:
      The load time value.
    • getName

      public String getName()