Skip to content

apollographql/apollo-kotlin-normalized-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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