Cache Sharing Test

Test if Cache API entries are shared within the same zone.

← Back to Main Menu

Quick Test

Check All Cache Types

Write to Cache

Cache TypeAction
caches.default (internal URL) Write
caches.open('shared-cache') Write
caches.default (zone URL) Write

Read from Cache

Cache TypeAction
caches.default (internal URL) Read
caches.open('shared-cache') Read
caches.default (zone URL) Read

Clear Cache

Delete All Test Entries

Simple Cache Debug

Returns actual HTML content with debug headers:

Test Cache (returns HTML) Clear Debug Cache