Skip to content

Documentation: add section about the compiler plugin and trimming + improve readme #171

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 4, 2025

Conversation

BoD
Copy link
Collaborator

@BoD BoD commented Jun 3, 2025

No description provided.

@BoD BoD requested a review from martinbonnin as a code owner June 3, 2025 17:08
Comment on lines +17 to +27
This repository hosts [Apollo Kotlin](https://github.com/apollographql/apollo-kotlin)'s new normalized cache, aiming to replace the main repository's version.

Compared to the previous version, this new normalized cache brings:

- [Pagination support](https://apollographql.github.io/apollo-kotlin-normalized-cache/pagination-home.html)
- [Cache control](https://apollographql.github.io/apollo-kotlin-normalized-cache/cache-control.html) (a.k.a. Time to live or expiration)
- [Garbage collection](https://apollographql.github.io/apollo-kotlin-normalized-cache/garbage-collection.html), and [trimming](https://apollographql.github.io/apollo-kotlin-normalized-cache/trimming.html)
- Partial results from the cache
- API simplifications
- Key scope support
- SQL cache improved performance
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you're fine with maintaining 2 sources of truth, this is fine. Else, I'm okay with a simple README that just redirects to the main documentation site.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's not too much trouble for now :)

@BoD BoD merged commit 1bc04a6 into main Jun 4, 2025
2 checks passed
@BoD BoD deleted the documentation-tweaks branch June 4, 2025 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants