Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I am trying to understand what the items in the jsonInstruction column pertain to, specifically the refreshtype. What do the different numbers mean? Is there any documentation on this? I have searched around but to no avail.
Thanks.
Just guessing, but maybe they match MessageType: https://github.com/umbraco/Umbraco-CMS/blob/5397f2c53acbdeb0805e1fe39fda938f571d295a/src/Umbraco.Core/Sync/MessageType.cs
MessageType
I would suspect it's 0-based, so:
0: RefreshAll 1: RefreshById 2: RefreshByJson 3: RemoveById 4: RefreshByInstance 5: RemoveByInstance 6: RefreshByPayload
Again, that's a wild guess, but at least that's an option to investigate.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
UmbracoCacheInstruction Table JSON
I am trying to understand what the items in the jsonInstruction column pertain to, specifically the refreshtype. What do the different numbers mean? Is there any documentation on this? I have searched around but to no avail.
Thanks.
Just guessing, but maybe they match
MessageType
: https://github.com/umbraco/Umbraco-CMS/blob/5397f2c53acbdeb0805e1fe39fda938f571d295a/src/Umbraco.Core/Sync/MessageType.csI would suspect it's 0-based, so:
Again, that's a wild guess, but at least that's an option to investigate.
is working on a reply...