How to determine the current cache size for Apollo client's InMemoryCache

Viewed 305

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)?

0 Answers
Related