[![Discourse](https://img.shields.io/discourse/topics?label=Discourse&server=https%3A%2F%2Fcommunity.apollographql.com&logo=discourse&color=467B95&style=flat-square)](http://community.apollographql.com/new-topic?category=Help&tags=mobile,client)
[![Slack](https://img.shields.io/static/v1?label=kotlinlang&message=apollo-kotlin&color=A97BFF&logo=slack&style=flat-square)](https://app.slack.com/client/T09229ZC6/C01A6KM1SBZ)
[![Discord](https://img.shields.io/discord/1022972389463687228.svg?color=7389D8&labelColor=6A7EC2&logo=discord&logoColor=ffffff&style=flat-square)](https://discord.com/invite/graphos)
[![Maven Central](https://img.shields.io/maven-central/v/com.apollographql.cache/normalized-cache-incubating?style=flat-square)](https://central.sonatype.com/namespace/com.apollographql.cache)
[![OSS Snapshots](https://img.shields.io/nexus/s/com.apollographql.cache/normalized-cache-incubating?server=https%3A%2F%2Fs01.oss.sonatype.org&label=oss-snapshots&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/apollographql/cache/)
🚀 Apollo Kotlin Normalized Cache Incubating
This repository serves as a place to experiment with Apollo Kotlin's normalized cache without impacting the main stable repository.
📚 Documentation
See the project website for documentation:
https://apollographql.github.io/apollo-kotlin-normalized-cache-incubating/
The Kdoc API reference can be found at:
https://apollographql.github.io/apollo-kotlin-normalized-cache-incubating/kdoc
⚠️ Disclaimer
The incubating version of the normalized cache is not 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