Table of Contents

Class ImmutableGatewayClientCacheProvider

Namespace
NetCord.Gateway
Assembly
NetCord.dll
public abstract class ImmutableGatewayClientCacheProvider : IGatewayClientCacheProvider
Inheritance
ImmutableGatewayClientCacheProvider
Implements
Inherited Members

Properties

Empty

public static ImmutableGatewayClientCacheProvider Empty { get; }

Property Value

ImmutableGatewayClientCacheProvider

Methods

Create(ulong, RestClient)

public abstract ImmutableGatewayClientCache Create(ulong clientId, RestClient client)

Parameters

clientId ulong
client RestClient

Returns

ImmutableGatewayClientCache

FromJson(JsonGatewayClientCache)

public static ImmutableGatewayClientCacheProvider FromJson(JsonGatewayClientCache jsonModel)

Parameters

jsonModel JsonGatewayClientCache

Returns

ImmutableGatewayClientCacheProvider