C# Class Enyim.Caching.Configuration.MemcachedClientConfiguration

COnfiguration class
Inheritance: IMemcachedClientConfiguration
Afficher le fichier Open project: xianrendzw/LightFramework.Net Class Usage Examples

Private Properties

Свойство Type Description
IMemcachedClientConfiguration IMemcachedKeyTransformer
IMemcachedClientConfiguration IMemcachedNodeLocator
IMemcachedClientConfiguration IPerformanceMonitor
IMemcachedClientConfiguration IServerPool
IMemcachedClientConfiguration ITranscoder

Méthodes publiques

Méthode 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

Méthode Description
IMemcachedClientConfiguration ( ) : IMemcachedKeyTransformer
IMemcachedClientConfiguration ( ) : IMemcachedNodeLocator
IMemcachedClientConfiguration ( ) : IPerformanceMonitor
IMemcachedClientConfiguration ( ) : IServerPool
IMemcachedClientConfiguration ( ) : ITranscoder

Method Details

AddServer() public méthode

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'.
Résultat void

AddServer() public méthode

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.
Résultat void

MemcachedClientConfiguration() public méthode

Initializes a new instance of the T:MemcachedClientConfiguration class.
public MemcachedClientConfiguration ( ) : System
Résultat System