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
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