You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently to switch cache sync on \ off one needs to add \ remove a whole config SyncSettings section.
Furthermore if the cache sync config section is present - all methods start synchronizing data by default.
It would be nice to add a setting which switches synchronization on \ off without removing the config section.
As well as add some setting to switch cache sync from normally on (i.e. sync all calls unless stated otherwise - via CacheSyncOptions.IsManualSyncOn = false) to normally off (i.e. don't sync all calls unless stated otherwise - via CacheSyncOptions.IsManualSyncOn = true)