MultiTierCacheConfig
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / MultiTierCacheConfig
Interface: MultiTierCacheConfig
Section titled “Interface: MultiTierCacheConfig”Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2832
Multi-tier cache configuration
Properties
Section titled “Properties”memory
Section titled “memory”
readonlymemory:LRUCacheConfig
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2834
In-memory LRU cache config
persistent?
Section titled “persistent?”
readonlyoptionalpersistent:PersistentCacheConfig
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2836
Persistent cache config
writeThrough
Section titled “writeThrough”
readonlywriteThrough:boolean
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2838
Enable write-through to persistent cache
readThrough
Section titled “readThrough”
readonlyreadThrough:boolean
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2840
Enable read-through from persistent cache
promoteOnAccess
Section titled “promoteOnAccess”
readonlypromoteOnAccess:boolean
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:2842
Promote entries from persistent to memory on access