C# Class MemPowered.Registry

Show file Open project: brianhartsock/MemPowered

Public Methods

Method Description
GetClient ( ) : MemcachedClient
GetConfigBuilder ( ) : MemcachedConfigBuilder
Register ( this builder ) : void

Private Methods

Method Description
Registry ( ) : System

Method Details

GetClient() public static method

public static GetClient ( ) : MemcachedClient
return MemcachedClient

GetConfigBuilder() public static method

public static GetConfigBuilder ( ) : MemcachedConfigBuilder
return MemcachedConfigBuilder

Register() public static method

public static Register ( this builder ) : void
builder this
return void