Skip to content

docs: highlight two-layer caching and automatic pagination as key features#14

Merged
ronaldvdmeer merged 1 commit intomainfrom
docs/highlight-caching-features
Mar 29, 2026
Merged

docs: highlight two-layer caching and automatic pagination as key features#14
ronaldvdmeer merged 1 commit intomainfrom
docs/highlight-caching-features

Conversation

@ronaldvdmeer
Copy link
Copy Markdown
Owner

The two-layer caching (Expires TTL + ETag/304) and automatic pagination are genuine differentiators of this library that were not mentioned in the README or the docs landing page.

Changes

  • README.md: adds two new feature bullets — Two-layer caching and Automatic pagination — placed directly after the endpoint count bullet
  • docs/index.md: adds a Key features section before the code example, explaining ETag/Expires caching and automatic pagination with a short description each

- README: add 'Two-layer caching' and 'Automatic pagination' bullets to
  feature list
- docs/index.md: add 'Key features' section before the code example,
  calling out ESI Expires TTL caching, ETag/304 caching, and automatic
  pagination as first-class capabilities
Copilot AI review requested due to automatic review settings March 29, 2026 22:49
@ronaldvdmeer ronaldvdmeer merged commit c430ec6 into main Mar 29, 2026
@ronaldvdmeer ronaldvdmeer deleted the docs/highlight-caching-features branch March 29, 2026 22:49

This comment was marked as resolved.

ronaldvdmeer added a commit that referenced this pull request Mar 29, 2026
ETag is a response header sent by the server; the client sends
If-None-Match. Rephrased to: 'sends If-None-Match with the cached ETag'
to avoid implying ETag is a request header.

Addresses Copilot review comment on #14.
ronaldvdmeer added a commit that referenced this pull request Mar 29, 2026
* Fix ETag wording in docs/index.md key features section

ETag is a response header sent by the server; the client sends
If-None-Match. Rephrased to: 'sends If-None-Match with the cached ETag'
to avoid implying ETag is a request header.

Addresses Copilot review comment on #14.

* Apply Copilot suggestion: format ETag as code in index.md
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