How do i clear cache in a dash plotly application

I recently designed my dash plotly application and after uploading on the server I noticed that the data i get after i convert my sql queries to dataframe is not updated every time i refresh the page. How do i stop a dash page from storing cache and refresh the whole data every time the page loads. (Their are very less callbacks in this page and I cant use the cache_timeout = 0 in the callbacks . Is there any other solution ? )