Seb Jachec
05/10/2022, 10:11 AMMemoryCacheFactory & SqlNormalizedCacheFactory chained together, and doNotStore(true) is used on an Apollo (3.3.0) query with a CacheOnly fetch policy, would this prevent the memory cache being populated if only the SQL cache was read from?mbonnin
05/10/2022, 10:14 AMdoNotStore() is only used after a network response. It doesn't act on the cache loading chainmbonnin
05/10/2022, 10:14 AMSeb Jachec
05/10/2022, 10:16 AM