<PackageReference Include="Relativity.Transfer.Client" Version="6.3.7" />

CoreMemoryCacheKeys

static class CoreMemoryCacheKeys
public const string AsperaNodeSystemInfoCacheId = "3350766C-F546-4EAC-97B6-808EA5BA92D9"

public const string CredentialCacheId = "9608F235-C3D6-4EE3-AFB7-96B1A6D571B4"

public const string InstanceSettingsCacheId = "840AAF66-601C-416C-80EE-43A379EBCBF6"

public const string RelativityVersionCacheId = "EA392130-3F59-44D6-ADAF-77007F8AEE14"

public const string ResourceServerAsperaCredentialsCacheId = "A5232C3E-89C3-41A3-A790-E36C9009920D"

public const string SupportCheckCacheId = "8DFC033D-1545-4BE4-9F87-C2BC3B60AF96"

public const string WorkspaceCacheId = "436BBF81-C99E-42B5-AE23-F12B9B6244B8"

public const string WorkspaceCredentialsCacheId = "AB5E8515-330A-48B5-B0FD-821F2BBF0892"

public static string CreateAsperaNodeSystemInfoCacheKey(AsperaCredential credential)

public static string CreateCredentialKey(Uri host, string condition)

public static string CreateInstanceSettingsKey(Uri host)

public static string CreateRelativityVersionKey(Uri host)

public static string CreateResourceServerAsperaCredentialsKey(Uri host, int resourceServerArtifactId)

public static string CreateSupportCheckKey(RelativityConnectionInfo connectionInfo, Guid clientId, string supportCheckPath)

public static string CreateWorkspaceCredentialKey(Uri host, int workspaceId, string credentialType)

public static string CreateWorkspaceKey(Uri host, int workspaceId)