Skip to content

Documentation / @warp-drive/core / types/cache/operations

types/cache/operations

Cache Operations perform updates to the Cache's "remote" (or clean) state to reflect external changes.

Usually operations represent the result of a WebSocket or ServerEvent message, though they can also be used to carefully patch the state of the cache with information known by the application or developer.

Operations are applied via Cache.patch.

Types

Released under the MIT License.