Cache-Monster icon indicating copy to clipboard operation
Cache-Monster copied to clipboard

Dows cache Monster react on date based cache invalidation?

Open kaspar-allenbach opened this issue 8 years ago • 0 comments

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 ?

kaspar-allenbach avatar Mar 30 '17 12:03 kaspar-allenbach