@routier/core 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1516,6 +1516,7 @@ class OptimisticReplicationDbPlugin {
1516
1516
  if (collectionSize === 0 && cache.has(WAS_OPTIMISTIC_DB_HYDRATED_KEY) === false) {
1517
1517
  // Notify the cache that the db was hydrated right away
1518
1518
  cache.add(WAS_OPTIMISTIC_DB_HYDRATED_KEY);
1519
+ console.log('[ROUTIER] - Optimistic Query', cache);
1519
1520
  // nothing is hydrated, let's try and hydrate before querying
1520
1521
  // Memory plugin might not be hydrated, lets hydrate it for the targeted schema only,
1521
1522
  // Other queries will do the same and hydrate if needed