C# Class Enyim.Caching.Configuration.MemcachedClientConfiguration

COnfiguration class
Inheritance: IMemcachedClientConfiguration
Exibir arquivo Open project: xianrendzw/LightFramework.Net Class Usage Examples

Private Properties

Property Type Description
IMemcachedClientConfiguration IMemcachedKeyTransformer
IMemcachedClientConfiguration IMemcachedNodeLocator
IMemcachedClientConfiguration IPerformanceMonitor
IMemcachedClientConfiguration IServerPool
IMemcachedClientConfiguration ITranscoder

Public Methods

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.

Private Methods

Method Description
IMemcachedClientConfiguration ( ) : IMemcachedKeyTransformer
IMemcachedClientConfiguration ( ) : IMemcachedNodeLocator
IMemcachedClientConfiguration ( ) : IPerformanceMonitor
IMemcachedClientConfiguration ( ) : IServerPool
IMemcachedClientConfiguration ( ) : ITranscoder

Method Details

AddServer() public method

Adds a new server to the sockIOPool.
public AddServer ( string address ) : void
address string The address and the port of the server in the format 'host:port'.
return void

AddServer() public method

Adds a new server to the sockIOPool.
public AddServer ( string host, int port ) : void
host string
port int The port number of the memcached instance.
return void

MemcachedClientConfiguration() public method

Initializes a new instance of the T:MemcachedClientConfiguration class.
public MemcachedClientConfiguration ( ) : System
return System