Skip to content

Commit f5ad133

Browse files
authored
Add links to partial cache reads doc (#244)
1 parent 59ca8dd commit f5ad133

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Compared to the previous version, this new normalized cache brings:
2121
- [Pagination support](https://apollographql.github.io/apollo-kotlin-normalized-cache/pagination-home.html)
2222
- [Expiration](https://apollographql.github.io/apollo-kotlin-normalized-cache/expiration.html) (a.k.a. Time to live)
2323
- [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)
24-
- Partial results from the cache
24+
- [Partial results from the cache](https://apollographql.github.io/apollo-kotlin-normalized-cache/partial-cache-reads.html)
2525
- API simplifications
2626
- Key scope support
2727
- SQL cache improved performance

Writerside/topics/welcome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Compared to the previous version, this library brings:
1111
- [Pagination support](pagination-home.md)
1212
- [](expiration.md) (a.k.a. Time to live)
1313
- [](garbage-collection.md), and [trimming](trimming.md)
14-
- Partial results from the cache
14+
- [Partial results from the cache](partial-cache-reads.md)
1515
- API simplifications
1616
- Key scope support
1717
- SQL cache improved performance

0 commit comments

Comments
 (0)