ProofCacheStats
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / ProofCacheStats
Interface: ProofCacheStats
Section titled “Interface: ProofCacheStats”Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2852
Proof cache statistics (Named ProofCacheStats to avoid conflict with composer CacheStats)
Properties
Section titled “Properties”totalLookups
Section titled “totalLookups”
readonlytotalLookups:number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2854
Total number of lookups
readonlyhits:number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2856
Number of cache hits
misses
Section titled “misses”
readonlymisses:number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2858
Number of cache misses
hitRate
Section titled “hitRate”
readonlyhitRate:number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2860
Hit rate (0-1)
entryCount
Section titled “entryCount”
readonlyentryCount:number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2862
Current number of entries
sizeBytes
Section titled “sizeBytes”
readonlysizeBytes:number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2864
Current size in bytes
maxSizeBytes
Section titled “maxSizeBytes”
readonlymaxSizeBytes:number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2866
Maximum size in bytes
evictions
Section titled “evictions”
readonlyevictions:number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2868
Number of evictions
expirations
Section titled “expirations”
readonlyexpirations:number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2870
Number of expirations
avgLookupTimeMs
Section titled “avgLookupTimeMs”
readonlyavgLookupTimeMs:number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2872
Average lookup time in milliseconds
avgEntryAgeMs
Section titled “avgEntryAgeMs”
readonlyavgEntryAgeMs:number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2874
Average entry age in milliseconds