createLRUCache()
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / createLRUCache
Function: createLRUCache()
Section titled “Function: createLRUCache()”createLRUCache<
T>(config?):ILRUCache<T>
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:3280
Create an LRU cache instance
Type Parameters
Section titled “Type Parameters”T = SingleProof
Parameters
Section titled “Parameters”config?
Section titled “config?”Partial<LRUCacheConfig>
Returns
Section titled “Returns”ILRUCache<T>