Skip to content

Commit

Permalink
Merge pull request #4 from tideways/page-cache-hit-api
Browse files Browse the repository at this point in the history
new page cache hit api
  • Loading branch information
beberlei authored Aug 9, 2022
2 parents cfc0ee4 + b448b71 commit 3ffd34f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stubs/Tideways.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ public static function setServiceName(string $serviceName): void {}
public static function createSpan(string $category): Profiler\Span {}

public static function generateServerTimingHeaderValue(): string {}

/** @since tideways 5.5.6 **/
public static function markPageCacheHit(): void {}

/** @since tideways 5.5.6 **/
public static function markPageCacheMiss(): void {}
}
}

Expand Down

0 comments on commit 3ffd34f

Please sign in to comment.