@adcp/client API Reference - v3.3.3
Documentation
GitHub
npm
Preparing search index...
createMemoryStorage
Function createMemoryStorage
createMemoryStorage
<
T
>
(
options
?:
{
cleanupIntervalMs
?:
number
;
maxItems
?:
number
;
autoCleanup
?:
boolean
;
}
,
)
:
MemoryStorage
<
T
>
Factory function to create a memory storage instance
Type Parameters
T
Parameters
Optional
options
:
{
cleanupIntervalMs
?:
number
;
maxItems
?:
number
;
autoCleanup
?:
boolean
}
Returns
MemoryStorage
<
T
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Documentation
GitHub
npm
@adcp/client API Reference - v3.3.3
Loading...
Factory function to create a memory storage instance