Readonly cacheA read-only Map store for values cached by the 'use cache' React hook. The 'set' operation is omitted to enforce immutability.
Readonly decryptedA read-only Map store for decrypted bound args of inline server functions. This is only intended for in-memory usage during pre-rendering, and must not be persisted in the resume store. The 'set' operation is omitted to enforce immutability.
Readonly encryptedA read-only Map store for encrypted bound args of inline server functions. The 'set' operation is omitted to enforce immutability.
Readonly fetchA read-only Map store for cached fetch responses. The 'set' operation is omitted to enforce immutability.
An immutable version of the resume data cache used during rendering. This cache is read-only and cannot be modified once created.