createLRUCache()
SIP Protocol API Reference v0.15.1
SIP Protocol API Reference / createLRUCache
Function: createLRUCache()
Section titled “Function: createLRUCache()”createLRUCache<
T>(config?):ILRUCache<T>
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.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>