Skip to content

ICacheKeyGenerator

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / ICacheKeyGenerator

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

Cache key generator interface

generate(components): CacheKey

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

Generate a cache key from components

CacheKeyComponents

CacheKey


parse(key): CacheKeyComponents | null

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

Parse a cache key string back to components

string

CacheKeyComponents | null


hashInputs(inputs): string

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

Hash input data deterministically

Record<string, unknown>

string