Push Cache (HTTP/2)
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://statuscodefyi.com/iframe/glossary/push-cache/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://statuscodefyi.com/glossary/push-cache/
Add a dynamic SVG badge to your README or docs.
[](https://statuscodefyi.com/glossary/push-cache/)
Use the native HTML custom element.
The least-persistent caching layer in HTTP/2, storing server-pushed resources only for the lifetime of a single HTTP/2 connection. Unlike the browser cache, the push cache does not persist resources across page loads or tabs. Each H2 connection has its own push cache, and pushed resources are consumed once — subsequent requests for the same resource bypass the push cache and check the browser cache. Its limited utility has led to HTTP/2 push being removed from Chrome.