C# Класс DotNetXri.Client.Resolve.Cache

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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