Cache-Monster
Cache-Monster copied to clipboard
Dows cache Monster react on date based cache invalidation?
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 ?