C# Class Enyim.Caching.Configuration.MemcachedClientSection

Configures the T:MemcachedClient. This class cannot be inherited.
Inheritance: System.Configuration.ConfigurationSection, IMemcachedClientConfiguration
Mostrar archivo Open project: xianrendzw/LightFramework.Net Class Usage Examples

Private Properties

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

Protected Methods

Method Description
PostDeserialize ( ) : void

Called after deserialization.

Private Methods

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

Method Details

PostDeserialize() protected method

Called after deserialization.
protected PostDeserialize ( ) : void
return void