Class ImmutableGatewayClientCacheProvider
public abstract class ImmutableGatewayClientCacheProvider : IGatewayClientCacheProvider
- Inheritance
-
ImmutableGatewayClientCacheProvider
- Implements
- Inherited Members
Properties
Empty
public static ImmutableGatewayClientCacheProvider Empty { get; }
Property Value
Methods
Create(ulong, RestClient)
public abstract ImmutableGatewayClientCache Create(ulong clientId, RestClient client)
Parameters
clientId
ulongclient
RestClient
Returns
FromJson(JsonGatewayClientCache)
public static ImmutableGatewayClientCacheProvider FromJson(JsonGatewayClientCache jsonModel)
Parameters
jsonModel
JsonGatewayClientCache