Skip to content

Commit 3ffd34f

Browse files
authored
Merge pull request #4 from tideways/page-cache-hit-api
new page cache hit api
2 parents cfc0ee4 + b448b71 commit 3ffd34f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

stubs/Tideways.php

+6
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ public static function setServiceName(string $serviceName): void {}
6565
public static function createSpan(string $category): Profiler\Span {}
6666

6767
public static function generateServerTimingHeaderValue(): string {}
68+
69+
/** @since tideways 5.5.6 **/
70+
public static function markPageCacheHit(): void {}
71+
72+
/** @since tideways 5.5.6 **/
73+
public static function markPageCacheMiss(): void {}
6874
}
6975
}
7076

0 commit comments

Comments
 (0)