Cache System

Last updated Monday 16 February 2026

Caches binary and media assets (images, videos, audio, 3D models, etc.) using the Cache API and Blob URLs for faster reuse and reduced network requests.

Not intended for JSON or API responses.

Location

  • Located inĀ src/themes/reactwp/js/inc/Cache.js

How It Works


RWPCache.use(url).then(blobUrl => {});