Class PageResourceStatistics

java.lang.Object
org.ametys.web.cache.monitoring.process.statistics.impl.PageResourceStatistics
All Implemented Interfaces:
ResourceStatistics

public class PageResourceStatistics extends Object implements ResourceStatistics
Page cache stats objects
  • Constructor Details

    • PageResourceStatistics

      public PageResourceStatistics(String pageId, String hashPath, String path, String renderingContext, String jcrWorkspace, boolean cacheable, int increment)
      Creates a page resource statistics
      Parameters:
      pageId - The page id
      hashPath - a consistent hash of the path.
      path - The associated path
      renderingContext - The rendering context
      jcrWorkspace - The jcr workspace
      cacheable - Is the page cacheable ?
      increment - Number of associated hits
  • Method Details