TYPO3-Addict is your TYPO3 Blog. Bringing you tips and tricks for developing websites with TYPO3. Here you'll find TypoScript snippets, TSConfig and configuration options for your own TYPO3 website.
If you only want to let your non-admin clear just the pages cache, more applicable as only admins can edit TypoScript templates, you can use `options.clearCache.pages = 1` in a backend user or backend usergroup TSConfig field.
Thank you for the tip.
If you only want to let your non-admin clear just the pages cache, more applicable as only admins can edit TypoScript templates, you can use `options.clearCache.pages = 1` in a backend user or backend usergroup TSConfig field.
Read more at http://typo3.org/documentation/document-library/references/doc_core_tsconfig/4.1.0/view/1/2/#id3927218.
Another option is to have content records such as news automatically clear the page cache for certain pages in the Page TSConfig.
Read Ron’s explanation for more details at http://buzz.typo3.org/people/ron-hall/article/dont-wear-out-the-clear-cache-button/.
An excellent addition to the post!
Keep up the good work:)