Skip to content

Commit fd9a7c1

Browse files
jensensksuess
authored andcommitted
Update docs/deployment/caching/etags.md
1 parent 69142fd commit fd9a7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deployment/caching/etags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ myst:
1212
# ETags
1313

1414
ETags are used in to determine whether pages need to be re-calculated or can be served from cache.
15-
An ETag generated by `plone.app.caching' is a string of tokens separated by pipe characters that hold values like a user ID, the current skin name, or a counter indicating how many objects have been added to the site.
15+
An ETag generated by `plone.app.caching` is a string of tokens separated by pipe characters that hold values like a user ID, the current skin name, or a counter indicating how many objects have been added to the site.
1616
This technique is used to quickly calculate the current ETag for the requested resource.
1717
The browser sends a request with the ETag included in an `If-None-Match` header, and if the ETag is the same, Plone responds with a 304 NOT MODIFIED message, indicating that the browser should use its cached copy.
1818
If the ETag is different, Plone renders the page and returns it as normal.

0 commit comments

Comments
 (0)