LRUCacheConfig
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / LRUCacheConfig
Interface: LRUCacheConfig
Section titled “Interface: LRUCacheConfig”Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2790
LRU cache configuration
Properties
Section titled “Properties”maxEntries
Section titled “maxEntries”
readonlymaxEntries:number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2792
Maximum number of entries
maxSizeBytes
Section titled “maxSizeBytes”
readonlymaxSizeBytes:number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2794
Maximum total size in bytes
defaultTtlMs
Section titled “defaultTtlMs”
readonlydefaultTtlMs:number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2796
Default TTL in milliseconds (0 = no expiry)
trackAccess
Section titled “trackAccess”
readonlytrackAccess:boolean
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2798
Enable entry access tracking
evictionIntervalMs
Section titled “evictionIntervalMs”
readonlyevictionIntervalMs:number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2800
Eviction check interval in milliseconds