I have a usercontrol macro that performs a number of calculations which are displayed in a table. The calculations are based on data that is updated daily by uploading a csv. The csv is uploaded through a custom section in the Umbraco backoffice.
This control seems like a good candidate for being cached. Is it possible to refresh the cache from the api so I can clear the cache when the new data is uploaded?
Clear macro cache from api
I have a usercontrol macro that performs a number of calculations which are displayed in a table. The calculations are based on data that is updated daily by uploading a csv. The csv is uploaded through a custom section in the Umbraco backoffice.
This control seems like a good candidate for being cached. Is it possible to refresh the cache from the api so I can clear the cache when the new data is uploaded?
I would like to know that too
This might be a necropost but since I found no answer searching net, maybe this one will help somebody.
Taken from umbraco sources.
http://hg.apwll.me/umbraco/src/f15d4ff81a83/umbraco/presentation/content.cs
is working on a reply...