Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Description how to configure caching operations for RestAPI Services #143

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions news/143.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Description how to configure caching operations for RestAPI Services.
[folix-01]
11 changes: 11 additions & 0 deletions plone/app/caching/browser/controlpanel.pt
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,17 @@
You can only use each template name or
content type once!
</p>
<p>
You can also configure ruleset for Plone REST API endpoints,
where the endpoint names follow a specific naming, explicit structure: &lt;method&gt;_&lt;media type&gt;_@&lt;name&gt;.
Example:
<code>GET_application_json_@service_name</code>
</p>
<p>
<strong>Note:</strong>
Endpoints with no name zcml registration, like content GET are named in this way:
<code>GET_application_json_</code>
</p>
</div>

<table class="table table-striped table-responsive"
Expand Down