Reading through the Relay docs I am confused about the concept of Cache mentioned in the network layer (https://facebook.github.io/relay/docs/en/network-layer.html) vs the Relay Store (https://facebook.github.io/relay/docs/en/relay-store.html).
Are these two different caches? Which one does automatically get garbage collected by Relay?