Function: withStorageCache()
withStorageCache<
T
>(params
):Atom
<T
>
Defined in: enhancers/with-storage-cache.ts:84
Caches the value of a given atom in a storage backed counterpart.
Type Parameters
Type Parameter |
---|
T |
Parameters
Parameter | Type |
---|---|
params | Params <T > |
Returns
Atom
<T
>