Welcome
This repository serves as a place to experiment with Apollo Kotlin's normalized cache without impacting the main stable repository.
Use in your project
Add the dependencies to your project.
// build.gradle.kts
dependencies {
// For the memory cache
implementation("com.apollographql.cache:normalized-cache-incubating:0.0.4")
// For the SQLite cache
implementation("com.apollographql.cache:normalized-cache-sqlite-incubating:0.0.4")
}
If you were using the stable Normalized Cache before, you can update your imports to the new package, com.apollographql.cache.normalized.*
.
Last modified: 06 November 2024