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