Creates a new batch update event.
factory CacheSyncEvent.batchUpdate(List<String> keys) { return CacheSyncEvent( type: SyncEventType.batchUpdate, keys: keys, ); }