publish

abstract suspend fun publish(keys: Set<String>)

Parameters

keys

A set of keys of Record which have changed.

Pass ALL_KEYS to indicate that all records have changed, for instance after a clearAll operation.