Only Page Properties with value appear in Xml Cache
Hi guys,
I'm running into the following:
In Umbraco 6.2.2 when I publish an umbraco node it doesn't add all properties to the XML Cache. It will only add those properties that have a value.
I tested this on two websites running 6.2.2 and it occurs on both sites. I also have a few sites on 6.1.3, they don't show that behavior.
This seems to me a major switch, but I can't find anything about it online.
For me it has implications on how I use the NodeFactory. I cannot trust a Node property is available because it might not be in the cache. I might run node.GetProperty("PageTitle") and get NULL returned, because the value isn't filled on the specific node.
It all seems quite strange to me. Any ideas on this?
Only Page Properties with value appear in Xml Cache
Hi guys,
I'm running into the following:
In Umbraco 6.2.2 when I publish an umbraco node it doesn't add all properties to the XML Cache. It will only add those properties that have a value.
I tested this on two websites running 6.2.2 and it occurs on both sites. I also have a few sites on 6.1.3, they don't show that behavior.
This seems to me a major switch, but I can't find anything about it online.
For me it has implications on how I use the NodeFactory. I cannot trust a Node property is available because it might not be in the cache. I might run node.GetProperty("PageTitle") and get NULL returned, because the value isn't filled on the specific node.
It all seems quite strange to me. Any ideas on this?
is working on a reply...