The page cache expiration frequency is a metadata that permits to
To refresh the cache of your page:
@daily
02 12 * * 1
@monthly
More examples can be seen on this page.
The value is a cron expression
┌───────────── minute (0 - 59)
│ ┌───────────── hour (0 - 23)
│ │ ┌───────────── day of the month (1 - 31)
│ │ │ ┌───────────── month (1 - 12)
│ │ │ │ ┌───────────── day of the week (0 - 6) (Sunday to Saturday;
│ │ │ │ │
│ │ │ │ │
│ │ │ │ │
* * * * *
We recommend the excellent crontab.guru wizard to create and validate your cron value
You can set it in the cache tab of the the metadata manager
The expiration date can be seen in the cache tab of the metadata manager.