cpsit / cps-myra-cloud
clear cache for MyraCloud
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^8.1 | ^8.2
- ext-json: *
- cpsit/myra-web-api: ^1
- typo3/cms-core: ^12.4
- typo3/minimal: ^12.4
This package is auto-updated.
Last update: 2024-11-06 08:22:35 UTC
README
Requirements
- php: ^8.1 | ^8.2
- ext-json: *
- cpsit/myra-web-api: *
- typo3/cms-core: ^12.4
Usage
Clear MyraCloud Remote-Caches out of TYPO3 Backend.
Basic functionality
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.
Logging
Every Myra Clear Cache Request will be added into the sys_log database.
Setup
see: Settings.md
Page Clear
see: Settings.md
Filelist Clear
see: Filelist.md
Hooks
see: Hooks.md
Command / CLI
see: Command.md