You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deployment/caching/control-panel.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Where you can control Plone's use of in-memory cache.
42
42
43
43
### {guilabel}`Caching operation`
44
44
45
-
Where caching rulesets (hints about views and resources used for caching purposes) can be associated with caching operations.
45
+
Where caching {doc}`rulesets <rulesets-and-caching-operations>` (hints about views and resources used for caching purposes) can be associated with caching operations.
46
46
47
47
Those either intercept a request to return a cached response, or modify a response to add cache control headers.
Copy file name to clipboardExpand all lines: docs/deployment/caching/profiles.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,9 +79,7 @@ At the time of writing, this includes:
79
79
80
80
Default options for the various standard operations are found in the `registry.xml` file that is part of the standard installation profile for this product, in the directory `profiles/default`.
81
81
82
-
The custom profile overrides a number of operation settings for specific rulesets (see below).
83
-
84
-
For example:
82
+
The custom profile overrides a number of operation settings for specific {doc}`rulesets <rulesets-and-caching-operations>`, as shown below.
0 commit comments