Esposter
Preparing search index...
virrun
index
createKeyedCacheSchema
Function createKeyedCacheSchema
createKeyedCacheSchema
<
TValue
>
(
valueSchema
:
ZodType
<
TValue
>
,
)
:
ZodObject
<
{
key
:
ZodString
;
storedAtMs
:
ZodNumber
;
value
:
ZodType
<
TValue
>
}
,
>
Type Parameters
TValue
Parameters
valueSchema
:
ZodType
<
TValue
>
Returns
ZodObject
<
{
key
:
ZodString
;
storedAtMs
:
ZodNumber
;
value
:
ZodType
<
TValue
>
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Esposter
Loading...