Class FrontOnlyResourceStatistics

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

public class FrontOnlyResourceStatistics extends Object implements ResourceStatistics
Front (without apache) cache stats objects
  • Constructor Details

    • FrontOnlyResourceStatistics

      public FrontOnlyResourceStatistics(String site, String hashPath, String path, boolean cacheable, boolean cacheHit1, boolean cacheHit2, int newHits)
      Creates a statistics
      Parameters:
      site - The site
      hashPath - a consistent hash of the path.
      path - The path
      cacheable - The cacheable status
      cacheHit1 - The cache hit 1 status
      cacheHit2 - The cache hit 2 status
      newHits - The number of hits
  • Method Details