getData abstract method

Stream<Entity<D>?> getData(
  1. P params
)

Subscribes to cache data updates. Cache update listeners with new cached values. params Params to notify of changes

Implementation

Stream<Entity<D>?> getData(P params);