Here's the code:
<AspDotNetStorefrontImport Verbose="false">
<Mapping Action="Delete" EntityType="Category" EntityID="607" ObjectType="Product" ObjectID="1299" />
<ResetCache Confirm="true" />
</AspDotNetStorefrontImport>
Every few hours we are programmatically adding and removing items to a specific category. But the changes I make do not happen right away on the site. Am I missing something on the code side here? I was under the understanding that by resetting the cache the changes would happen immediately on the site. Any help would be greatly appreciated. If I can get the changes I make using the WSI to happen immediately on the site I could display a countdown (holy grail).
Regards,
Nigel