I have a view, 'person_cache', that is configured to have a "Full" cache and a TTL of 86400 (1 day).
I have a batch job that invalidates the existing cache and loads it once every hour.
I wanted to change the TTL to two weeks ( 1209600 ) and change my batch job to run once a week, so I changed it, then redeployed the VQL.
However, all my queries started returning ZERO results.
Question: if I change the TTL on a view that has cache set to FULL, when I deploy my updated VQL does it invalidate the cache on the deploy?
Thanks~!