We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfc0ee4 + b448b71 commit 3ffd34fCopy full SHA for 3ffd34f
stubs/Tideways.php
@@ -65,6 +65,12 @@ public static function setServiceName(string $serviceName): void {}
65
public static function createSpan(string $category): Profiler\Span {}
66
67
public static function generateServerTimingHeaderValue(): string {}
68
+
69
+ /** @since tideways 5.5.6 **/
70
+ public static function markPageCacheHit(): void {}
71
72
73
+ public static function markPageCacheMiss(): void {}
74
}
75
76
0 commit comments