DataHandlerCacheFlushingHook
Ensure to clear the cache entry when a sys_redirect record is modified or deleted
This class is a specific TYPO3 hook implementation and is not part of the Public TYPO3 API.
Table of Contents
Methods
- rebuildRedirectCacheIfNecessary() : void
- Check if the data handler processed a sys_redirect record, if so, rebuild the redirect index cache
Methods
rebuildRedirectCacheIfNecessary()
Check if the data handler processed a sys_redirect record, if so, rebuild the redirect index cache
public
rebuildRedirectCacheIfNecessary(array<string|int, mixed> $parameters, DataHandler $dataHandler) : void
Parameters
- $parameters : array<string|int, mixed>
- $dataHandler : DataHandler