I am currently investigating macro caching on my Umbraco site.
The navigation menu for my website is a macro, which extracts the nodes which are set to be included in the nav.
I have set the macro cache period to 86400 seconds (1 day). However, when a new node is created, it is seen in the macro immediately.
Is this expected behavior?