I need to do some memory usage profiling for a react native app using Apollo Client. Is there an easy way to determine how big the cache has grown at a certain point in time (API call or any other way of determining the size of the InMemoryCache)?
I need to do some memory usage profiling for a react native app using Apollo Client. Is there an easy way to determine how big the cache has grown at a certain point in time (API call or any other way of determining the size of the InMemoryCache)?