C# 클래스 DotNetXri.Client.Resolve.Cache

파일 보기 프로젝트 열기: AArnott/dotnetxri 1 사용 예제들

공개 메소드들

메소드 설명
getMaxSize ( ) : int
getNumNodes ( ) : int
setMaxSize ( int nVal ) : void
stuff ( XRIAuthority oAuth, XRDS oDescriptors ) : void

비공개 메소드들

메소드 설명
Cache ( int nSize ) : System.Collections
decrement ( ) : int
dump ( ) : void
find ( XRIAuthority oAuth, bool bPartial ) : CachedValue
find ( XRIAuthority oAuth, bool bPartial, bool bCompleteChain, ArrayList oCachedDescriptors ) : CachedValue
findNode ( XRIAuthority oAuth, bool bPartial, bool bCompleteChain, ArrayList oCachedDescriptors ) : CacheNode
increment ( ) : int
prune ( XRIAuthority oAuth ) : bool
stuff ( XRIAuthority oAuth, XRD oDescriptor ) : void
stuff ( XRIAuthority oAuth, XRD oDescriptor, int nDepth ) : void
trim ( ) : void

메소드 상세

getMaxSize() 공개 메소드

public getMaxSize ( ) : int
리턴 int

getNumNodes() 공개 메소드

public getNumNodes ( ) : int
리턴 int

setMaxSize() 공개 메소드

public setMaxSize ( int nVal ) : void
nVal int
리턴 void

stuff() 공개 메소드

public stuff ( XRIAuthority oAuth, XRDS oDescriptors ) : void
oAuth XRIAuthority
oDescriptors XRDS
리턴 void