1. 8
    Understand how Apollo stores data in its cache
    5m 16s

Understand how Apollo stores data in its cache

InstructorRares Matei

Share this video with your friends

Send Tweet

In this lesson we're going to see how the Apollo cache looks like and everything is normalised. Queries just reference normalised entities. Entities are cached by their backend database ID plus their typename, to avoid identifier collisions.