Examples of HintletCacheControl


Examples of com.google.speedtracer.hintletengine.client.rules.HintletCacheControl

    rules.add(new HintletLongDuration(onHintCallback));
    rules.add(new HintletGwtDetect(onHintCallback));
    rules.add(new HintletNotGz(onHintCallback));
    rules.add(new HintletTotalBytes(onHintCallback));
    rules.add(new HintletStaticNoCookie(onHintCallback));
    rules.add(new HintletCacheControl(onHintCallback));
    return rules;
  }
View Full Code Here

Examples of com.google.speedtracer.hintletengine.client.rules.HintletCacheControl

    test.addInput(responseEvent);
    test.addInput(HintletEventRecordBuilder.createResourceFinish());
    if (expectedHint != null) {
      test.addExpectedHint(expectedHint);
    }
    HintletTestHelper.runTest(new HintletCacheControl(), test);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.