https://github.com/apollographql/apollo-kotlin-normalized-cache-incubating
Apollo Kotlin Incubating Normalized Cache
https://github.com/apollographql/apollo-kotlin-normalized-cache-incubating
android apollographql graphql graphql-client kotlin kotlin-multiplatform multiplatform
Last synced: 3 months ago
JSON representation
Apollo Kotlin Incubating Normalized Cache
- Host: GitHub
- URL: https://github.com/apollographql/apollo-kotlin-normalized-cache-incubating
- Owner: apollographql
- License: mit
- Created: 2024-06-18T17:46:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T05:46:44.000Z (8 months ago)
- Last Synced: 2024-09-28T21:21:18.132Z (8 months ago)
- Topics: android, apollographql, graphql, graphql-client, kotlin, kotlin-multiplatform, multiplatform
- Language: Kotlin
- Homepage: https://apollographql.github.io/apollo-kotlin-normalized-cache-incubating/
- Size: 1.54 MB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[](http://community.apollographql.com/new-topic?category=Help&tags=mobile,client)
[](https://app.slack.com/client/T09229ZC6/C01A6KM1SBZ)[](https://central.sonatype.com/namespace/com.apollographql.cache)
[](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](https://github.com/apollographql/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/](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](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