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

1.0.3 2024-09-06 07:56 UTC

This package is auto-updated.

Last update: 2024-09-06 07:57:11 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