Stylianos Gakis
11/16/2023, 10:46 AMMemoryCacheFactory(maxSizeBytes = 10 * 1024 * 1024)
for example.
Didn’t find something regarding that here or here, maybe I am missing something? 😊mbonnin
11/16/2023, 11:52 AMApolloDebugServer
to be able to read the memory cache from the IDEA pluginmbonnin
11/16/2023, 11:53 AMbod
11/16/2023, 11:57 AMStylianos Gakis
11/16/2023, 12:33 PM.normalizedCache(
SqlNormalizedCacheFactory(get<Context>(), "debug-apollo.db"),
)
in my ApolloClient (and remove the in-memory one for now, or I could also use chain
I suppose), I should then be able to use the plugin to watch the normalized cache right?
I am doing this right now without much luck, will give it some more tries though, tried restarting the app, the IDE, reinstalling the App from scratch etc.
Anything obvious that I could be missing?Stylianos Gakis
11/16/2023, 12:36 PMbod
11/16/2023, 12:36 PMadb pull
or using AS's device explorer) and then epen itStylianos Gakis
11/16/2023, 12:37 PMbod
11/16/2023, 12:37 PMbod
11/16/2023, 12:38 PMit will mean that I will need to re-fetch that each timeunfortunately yes
bod
11/16/2023, 12:39 PMStylianos Gakis
11/16/2023, 12:39 PM4.0.0-beta.3-SNAPSHOT.41
a shot nowStylianos Gakis
11/16/2023, 12:43 PMbod
11/16/2023, 12:43 PMStylianos Gakis
11/16/2023, 1:05 PMbod
11/16/2023, 1:08 PM