I have a use case in which needs to update graph every 10 min from sql server,I am using dcc interval and running the query to pull new data but on each page refresh also it fires query,is there any way to store that result and fires during 10 min interval not on every page refresh.