Method FilterNeedToLoad<TProps>(List<(long objectId, Guid hash)>, out Dictionary<long, RedbObject<TProps>>)

Assembly: redb.Core.dll

BULK: determine which objects need to be loaded from DB (set difference)
Returns cached WHOLE objects (not just Props)

HashSet<long> FilterNeedToLoad<TProps>(List<(long objectId, Guid hash)> objects, out Dictionary<long, RedbObject<TProps>> fromCache) where TProps : class, new()