C# 클래스 MemPowered.BasicHashNodeLocator

Memcached Node Locator that uses basic hashing concepts to determine the server a given key is associated with. This class is for educational purposes, and will normally yield a very low hit rate when adding/removing servers from configuration.
상속: IMemcachedNodeLocator
파일 보기 프로젝트 열기: brianhartsock/MemPowered

공개 메소드들

메소드 설명
Initialize ( IList _nodes ) : void
Locate ( string key ) : Enyim.Caching.Memcached.MemcachedNode

메소드 상세

Initialize() 공개 메소드

public Initialize ( IList _nodes ) : void
_nodes IList
리턴 void

Locate() 공개 메소드

public Locate ( string key ) : Enyim.Caching.Memcached.MemcachedNode
key string
리턴 Enyim.Caching.Memcached.MemcachedNode