Class ClusterStateCache
Cache for cluster's state
Inherited Members
Namespace: Npgsql.Internal
Assembly: Npgsql.dll
Syntax
public static class ClusterStateCache
Methods
Clear()
Removes every cluster's state from cache
Declaration
public static void Clear()
RemoveClusterState(String, Int32)
Removes the specified cluster's state from cache
Declaration
public static void RemoveClusterState(string host, int port)
Parameters
Type | Name | Description |
---|---|---|
String | host | Host address |
Int32 | port | Host port |