Table of Contents

Enum ServerInfoChangedReason

Namespace
NArk.Core.Transport
Assembly
NArk.Core.dll

Describes why the Arkade server-info cache was invalidated or refreshed.

public enum ServerInfoChangedReason

Fields

DigestMismatch = 1

The Arkade server rejected a request because the cached digest no longer matched its current configuration.

ManualInvalidation = 0

The cache was cleared by an explicit call to InvalidateServerInfoCache(ServerInfoChangedEventArgs?).

TtlExpiry = 2

The cache TTL expired and a fresh fetch observed a changed digest, indicating the server configuration was updated.