Skip to content

Commit

Permalink
[TASK] Add a note to the documentation of stdWrap.addPageCacheTags
Browse files Browse the repository at this point in the history
The documentation of stdWrap.addPageCacheTags currently only says how to
add pages to the cache. It does not say how to remove them. Add a note,
how pages, which have been cached with a tag, can be deleted from cache.
This is possible with the TSconfig option TCEMAIN.clearCacheCmd.

Change-Id: I11276541aff22f2e5d29229dbbc158b6b81e6352
Resolves: #47750
Reviewed-on: https://review.typo3.org/28540
Reviewed-by: Chris topher
Tested-by: Chris topher
  • Loading branch information
Christopher committed Mar 19, 2014
1 parent 7be45ce commit ca90df3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/Functions/Filelink/Index.rst
Expand Up @@ -293,7 +293,7 @@ icon, size and file are rendered in the listed order.
boolean

Description
If set, any 2-digit *appended*(!) numbers in the filename are removed.
If set, any 2-digit *appended(!)* numbers in the filename are removed.
E.g. "filename\_23.gif" then becomes "filename.gif".


Expand Down
4 changes: 4 additions & 0 deletions Documentation/Functions/Stdwrap/Index.rst
Expand Up @@ -103,6 +103,10 @@ addPageCacheTags
This will add the tags "pagetag1", "pagetag2" and "pagetag3" to the
according cached pages in cache_pages.

Pages, which have been cached with a tag, can be deleted from cache
again with the TSconfig option :ref:`TCEMAIN.clearCacheCmd
<t3tsconfig:pagetcemain>` (see there for more information).

**Note:** If you instead want to store rendered content into the
caching framework, see the :ref:`stdWrap feature cache <cache>`.

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Setup/Page/Index.rst
Expand Up @@ -555,7 +555,7 @@ includeCSS.[array]
.. _setup-page-includecsslibs-array:

includeCSSLibs.[array]
"""""""""""""""""""""
""""""""""""""""""""""

.. container:: table-row

Expand Down

0 comments on commit ca90df3

Please sign in to comment.