Lately silverstripes cache has become a problem, especially as my site has become more and more dynamic and interactive and needs to make numerous API calls to keep its information dynamic
For some reason ?flush=1 does not work anymore, I have to clear the cache manually or else every page refresh acts as though nothing has changed.
Secondly the cache wont let me run an API call twice in a row, it saves the first one then recalls data from the cache each time that call is run again. This is a major pain in the ass when data has changed and a new API call for the same item is needed in order to display the updated information
I don't know the cache became this aggressive. How do I limit what silverstripe tries to cache if not turn it off completely?
I am aware of partial caching and it looks like what I need, but it appears that partial caching specifies what to cache as opposed as what not to cache. I need to tell silverstripe what not to cache. Help!