Skip to content

MultiTierCacheConfig

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / MultiTierCacheConfig

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2832

Multi-tier cache configuration

readonly memory: LRUCacheConfig

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2834

In-memory LRU cache config


readonly optional persistent: PersistentCacheConfig

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2836

Persistent cache config


readonly writeThrough: boolean

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2838

Enable write-through to persistent cache


readonly readThrough: boolean

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2840

Enable read-through from persistent cache


readonly promoteOnAccess: boolean

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2842

Promote entries from persistent to memory on access