OptionalshouldDetermines whether cache operations triggered by GraphQL subscriptions should be broadcast for synchronization.
By default, this is false because WebSocket connections typically notify other browsing contexts
directly about subscription updates.
Warning: Setting this to true can cause infinite back-and-forth broadcasts loops between browsing contexts.
To prevent this, define a custom filter using CacheSyncerConfigType.skipBroadcastFilter and CacheSyncerConfigType.skipPersistFilter.
OptionalskipCallback to prevent specific operations from being broadcast to other browsing contexts.
OptionalskipCallback to ignore incoming operations broadcast by other browsing contexts.
OptionalskipCallback to prevent specific cache operations from being persisted to local storage.
Configuration options for synchronizing cache operations across different browsing contexts (e.g., tabs, windows).