This repository hosts Apollo Kotlin's new normalized cache, aiming to replace the main repository version.
See the project website for documentation:
https://apollographql.github.io/apollo-kotlin-normalized-cache/
The Kdoc API reference can be found at:
https://apollographql.github.io/apollo-kotlin-normalized-cache/kdoc
This version is not yet stable and is subject to change. It is recommended to experiment with it in non-critical projects/modules, or behind a feature flag.
In particular,
- there are no guarantees about the format of the cached data, so you should assume that it may be lost when upgrading
- performance and size may not be optimal