Dunk14
Dunk14
Yes we have to build a custom key because of some context variables needed to fluctuate the key, the session id is one of them. I checked the code and...
On `apollo-response-cache` plugin when the scope is `PUBLIC` it saves only one key in cache, the parsing behaviour could replicated from their source code.
The main problem we currently have with the response cache plugin is that it creates a cache entry per session even on `PUBLIC` scopes. We are migrating from Apollo for...