Optional
Maximum age, in seconds, of a cached response you are willing to accept.
0
> 0
Not clamped: 1 and 86400 are both honoured.
1
86400
Note this differs from the component read option of the same name, where an omitted value behaves like 0 and the value is clamped to 5-300s.
Maximum age, in seconds, of a cached response you are willing to accept.
0— skip the cache and read from the database> 0— serve a cached response only if it is younger than this many seconds, otherwise refresh from the databaseNot clamped:
1and86400are both honoured.Note this differs from the component read option of the same name, where an omitted value behaves like
0and the value is clamped to 5-300s.