Skip to content

Commit 0dab350

Browse files
committed
Remove Archetypes mention
1 parent 756993e commit 0dab350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/deployment/caching/rulesets-and-caching-operations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,5 +318,5 @@ There are two reasons to do this.
318318
In this case, you can either declare the ruleset on the type as shown above (in ZCML), or map the type name in the registry, using the GUI or GenericSetup.
319319
The former is more robust and certainly more natural if you are declaring other, more conventional rulesets in {term}`ZCML` already.
320320
- You want to set the ruleset for a number of content types.
321-
In fact, `plone.app.caching` already does this for you: The Archetypes base classes `BaseContent` and `BaseFolder` are assigned the rulesets `plone.content.itemView` and `plone.content.folderview`, respectively.
322-
Ditto for Dexterity's `IDexterityItem` and `IDexterityContainer` interfaces.
321+
In fact, `plone.app.caching` already does this for you.
322+
Dexterity `IDexterityItem` and `IDexterityContainer` interfaces are assigned the rulesets `plone.content.itemView` and `plone.content.folderview`, respectively.

0 commit comments

Comments
 (0)