I purge the cache of my page every night: ``` {% set clearThis = now | date_modify('today 23:00') | date('c') %} {% cache until clearThis %} {# yadayadayada #} {% endcache %} ``` Does cache monster re-fetch the page as well after 23:00 ?
I purge the cache of my page every night:
Does cache monster re-fetch the page as well after 23:00 ?