ClientEntry class ClientEntry Represents a cached client and its last-used timestamp. Documentation Code public object Client { get; } public long LastUsed { get; set; } public ClientEntry(object client, long lastUsed)