Hi,
I wrote code for a DNN scheduler task which runs every hour. After each run it needs to clear the cache because on each run it changes the data in the database, but the same data is cached in the HttpContext and needs updating. I understand that the HttpContext doesn't exist in the during the execution of scheduler task. How can I clear the cache. Any ideas?
Thanks,
Ana