TYPO3-coreapi / ext-coreapi

http://forge.typo3.org/projects/show/extension-coreapi
61 stars 38 forks source link

adds page-cache clearing by Tag functionality #117

Closed fgerards closed 8 years ago

fgerards commented 8 years ago

Hi, we needed a more specific way to clear page caches via the coreapi. The TYPO3 cachingFramework supports cache-tags on page-level (there is an extra field for that in page properties for 6.2+), so I added the corresponding API call/method.

Usage example: ....extbase coreapi:clearPageCacheByTag clears cache for all pages having the set in their properties

etobi commented 8 years ago

<3