Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 2.03 KB

README.md

File metadata and controls

35 lines (22 loc) · 2.03 KB

Apollo Client

Discourse Slack

Maven Central OSS Snapshots

🚀 Apollo Kotlin Normalized Cache

This repository hosts Apollo Kotlin's new normalized cache, aiming to replace the main repository version.

📚 Documentation

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

⚠️ Disclaimer

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