Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Kent 4 posts 84 karma points
    Jun 02, 2017 @ 15:09
    Kent
    0

    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.

  • Nicholas Westby 2054 posts 7104 karma points c-trib
    Jun 02, 2017 @ 15:23
    Nicholas Westby
    0

    Just guessing, but maybe they match MessageType: https://github.com/umbraco/Umbraco-CMS/blob/5397f2c53acbdeb0805e1fe39fda938f571d295a/src/Umbraco.Core/Sync/MessageType.cs

    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.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

    Continue discussion

Please Sign in or register to post replies