- php: ^8.1 | ^8.2
- ext-json: *
- cpsit/myra-web-api: *
- typo3/cms-core: ^12.4
Clear MyraCloud Remote-Caches out of TYPO3 Backend.
The MyraCloud Clear listen on different event trigger, for example the MyraCloud-ClearCache-Button im Cache Menu or the clear Page cache Hook.
for a successful ClearCache, we need at least 3 things,
- MyraCloud-Config Domain
- fqdn
- resource/uri
the fqdn's are acquired via MyraCloud API (DNS-Records) for the given Domain.
after all requirements are loaded the MyraCloud Cache for every Domain (alias domain), every fqdn (subdomain), every uri are cleared.
Every Myra Clear Cache Request will be added into the sys_log database.
see: Settings.md
see: Settings.md
see: Filelist.md
see: Hooks.md
see: Command.md