Page Speed Optimization Libraries  1.7.30.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Static Public Attributes
net_instaweb::CriticalLineInfoFinder Class Reference

#include "critical_line_info_finder.h"

List of all members.

Public Member Functions

 CriticalLineInfoFinder (const PropertyCache::Cohort *cohort)
const PropertyCache::Cohortcohort () const
 Returns the cohort in pcache which stores the critical line info.
const CriticalLineInfo * GetCriticalLine (RewriteDriver *driver)
 Populates the critical line information in the driver and return it.

Static Public Attributes

static const char kCriticalLineInfoPropertyName []

Detailed Description

The instantiated CriticalLineInfoFinder is held by ServerContext, meaning there is only 1 per server. The RewriteDriver's critical_line_info is the actual information.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines