keptQueryFor abstract method

({DwRepoQueryKey<Object> queryKey, DwRepoReadSnapshot snapshot}) keptQueryFor(
  1. DwRepoBinding binding
)

A query this store will agree to keep, and the snapshot to offer under it.

Whatever selection the store applies (a whitelist, a size budget, a rule about which models are worth keeping), this pair must pass it.

Implementation

({DwRepoQueryKey<Object> queryKey, DwRepoReadSnapshot snapshot}) keptQueryFor(
  DwRepoBinding binding,
);