5 / 5
Mar 2022

I know we can clear egroupware’s cache from admin, but can it also be cleared programmatically

  • created

    Mar '22
  • last reply

    Mar '22
  • 4

    replies

  • 1.1k

    views

  • 3

    users

  • 1

    link

Sure, question is from what environment.

For an EGroupware app you can do what we do in our sources, when you call it in Admin:

From a shell script you can send a signal to the FPM process:

[docker exec -it egroupware] kill -s usr2 1

Ralf

9 days later

Hi Ralf

I’d like to do it from a custom application in egroupware