changes

open override fun changes(): Flow<CacheChange>

A hot stream of CacheChanges for the underlying store, enabling reactive reads via Repository.stream. The default is an empty flow (non-reactive source).