apollo-kotlin-normalized-cache-incubating Help

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.3") // For the SQLite cache implementation("com.apollographql.cache:normalized-cache-sqlite-incubating:0.0.3") }

If you were using the stable Normalized Cache before, you can update your imports to the new package, com.apollographql.cache.normalized.*.

Last modified: 23 July 2024