C# Класс Enyim.Caching.Configuration.MemcachedClientConfiguration

COnfiguration class
Наследование: IMemcachedClientConfiguration
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
IMemcachedClientConfiguration IMemcachedKeyTransformer
IMemcachedClientConfiguration IMemcachedNodeLocator
IMemcachedClientConfiguration IPerformanceMonitor
IMemcachedClientConfiguration IServerPool
IMemcachedClientConfiguration ITranscoder

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
IMemcachedClientConfiguration ( ) : IMemcachedKeyTransformer
IMemcachedClientConfiguration ( ) : IMemcachedNodeLocator
IMemcachedClientConfiguration ( ) : IPerformanceMonitor
IMemcachedClientConfiguration ( ) : IServerPool
IMemcachedClientConfiguration ( ) : ITranscoder

Описание методов

AddServer() публичный Метод

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'.
Результат void

AddServer() публичный Метод

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.
Результат void

MemcachedClientConfiguration() публичный Метод

Initializes a new instance of the T:MemcachedClientConfiguration class.
public MemcachedClientConfiguration ( ) : System
Результат System