Response

public enum Response
extension HACacheSubscribeInfo.Response: Equatable where OutgoingType: Equatable

The response to a subscription event

  • Does not require any changes

    Declaration

    Swift

    case ignore
  • Issue the populate call again to get a newer value

    Declaration

    Swift

    case reissuePopulate
  • Replace the current cache value with this new one

    Declaration

    Swift

    case replace(OutgoingType)