View the original community article here
Last tested: Oct 1, 2019
Yes, this will blow the cache for that datagroup regardless of the trigger.
It means that any cache entries in that datagroup created in the past are treated as stale so queries after now() will not pull from cache.
Please note that we need to put an actual value in for the now(), which is a unix epoch timestamp value. One place to find that value is here.
This content is subject to limited support.