Matrix Version: 6.25.0
I have an SSJS component that lists assets. I have been asked to regularly randomise the order of these assets. I can set a random order with SSJS, but of course that won’t have an effect on the front-end until the page is recached.
I know I could probably set a job to recache the page this component exists on at regular intervals, but before I do that I wanted to ask how often, if at all, do pages get automatically recached?