C# Class DotNetXri.Client.Resolve.Cache

Afficher le fichier Open project: AArnott/dotnetxri Class Usage Examples

Méthodes publiques

Méthode Description
getMaxSize ( ) : int
getNumNodes ( ) : int
setMaxSize ( int nVal ) : void
stuff ( XRIAuthority oAuth, XRDS oDescriptors ) : void

Private Methods

Méthode Description
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

Method Details

getMaxSize() public méthode

public getMaxSize ( ) : int
Résultat int

getNumNodes() public méthode

public getNumNodes ( ) : int
Résultat int

setMaxSize() public méthode

public setMaxSize ( int nVal ) : void
nVal int
Résultat void

stuff() public méthode

public stuff ( XRIAuthority oAuth, XRDS oDescriptors ) : void
oAuth XRIAuthority
oDescriptors XRDS
Résultat void