<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

CacheKeys

static class CacheKeys
Provides static methods to create memory cache keys used by import/export class objects.
public const string CompatibilityCheckCacheId = "2619DD28-5BA7-4774-8D8C-278DE295254F"

The compatibility check cache identifier.

public const string RelativityUrlCacheId = "F659E4EE-9B41-46A6-9D77-76C828A2D0A7"

The Relativity URL cache identifier.

public static string CreateCompatibilityCheckCacheKey(string host)

Creates a cache key for the compatibility check. A trailing slash is automatically appended if one isn't found.

public static string CreateRelativityUrlCacheKey(string host)

Creates a cache key for the Relativity URL. A trailing slash is automatically appended if one isn't found.