Skip to content

Commit 8a8c7cb

Browse files
committed
docs(client): wrap cache invalidation guidance
1 parent 2dfda9c commit 8a8c7cb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/CLIENT_CACHING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ never cached. A response that omits `cacheScope` is treated as private rather
4141
than made shareable.
4242

4343
List-change notifications invalidate every cached page for the corresponding
44-
method, while resource update notifications invalidate only the matching URI. When a cursor request
45-
fails, all cached pages for that list method are discarded so the next walk can
46-
restart from the beginning.
44+
method, while resource update notifications invalidate only the matching URI.
45+
When a cursor request fails, all cached pages for that list method are discarded
46+
so the next walk can restart from the beginning.
4747

4848
Cache invalidation advances an internal generation. Responses from requests that
4949
were already in flight before an invalidation or authorization-context change are

0 commit comments

Comments
 (0)