Hi guys,
I've just experienced a weird issue with the Umbraco v8 API.
I've imported some content via the API, discovered an error and wanted to delete all nodes of a specific type.
However - some of my new content didn't show up when doing a site.Descendants<Product>() and hence couldn't be deleted.
I figured out that by rebuilding the NuCache I could get things working - but I need this to be done after my import.
So - is there any way of rebuilding the cache using the API?
NuCache rebuild via API
Hi guys, I've just experienced a weird issue with the Umbraco v8 API. I've imported some content via the API, discovered an error and wanted to delete all nodes of a specific type. However - some of my new content didn't show up when doing a
site.Descendants<Product>()
and hence couldn't be deleted. I figured out that by rebuilding the NuCache I could get things working - but I need this to be done after my import.So - is there any way of rebuilding the cache using the API?
Thanks :)
Did you ever get a solution to this?
is working on a reply...