Type Alias EdgeCachingInformation

EdgeCachingInformation: "PENDING" | "UNKNOWN" | "LINK_EXISTS" | "NO_LINK"

Type declaration

  • "PENDING"

    The analysis, whether the current relationship holds, is still ongoing.

  • "UNKNOWN"

    It is unknown, whether the current relationship holds

  • "LINK_EXISTS"

    The current relationship exists.

  • "NO_LINK"

    The current relationship does not exist.