Property | Type | Description | |
---|---|---|---|
IMemcachedClientConfiguration | IMemcachedKeyTransformer | ||
IMemcachedClientConfiguration | IMemcachedNodeLocator | ||
IMemcachedClientConfiguration | IPerformanceMonitor | ||
IMemcachedClientConfiguration | IServerPool | ||
IMemcachedClientConfiguration | ITranscoder |
Method | Description | |
---|---|---|
AddServer ( string address ) : void |
Adds a new server to the sockIOPool.
|
|
AddServer ( string host, int port ) : void |
Adds a new server to the sockIOPool.
|
|
MemcachedClientConfiguration ( ) : System |
Initializes a new instance of the T:MemcachedClientConfiguration class.
|
Method | Description | |
---|---|---|
IMemcachedClientConfiguration ( ) : IMemcachedKeyTransformer | ||
IMemcachedClientConfiguration ( ) : IMemcachedNodeLocator | ||
IMemcachedClientConfiguration ( ) : IPerformanceMonitor | ||
IMemcachedClientConfiguration ( ) : IServerPool | ||
IMemcachedClientConfiguration ( ) : ITranscoder |
public AddServer ( string address ) : void | ||
address | string | The address and the port of the server in the format 'host:port'. |
return | void |
public AddServer ( string host, int port ) : void | ||
host | string | |
port | int | The port number of the memcached instance. |
return | void |
public MemcachedClientConfiguration ( ) : System | ||
return | System |