Preparing search index...
The search index is not available
Documentation
Documentation
stream
CachePuller
Interface CachePuller<T>
Describes a function to pull data.
interface
CachePuller
<
T
>
(
(
)
=>
IteratorReturnResult
<
any
>
|
IteratorYieldResult
<
T
>
|
Promise
<
CachePullerResult
<
T
>
>
)
Type Parameters
T
Cache
Puller
(
)
:
IteratorReturnResult
<
any
>
|
IteratorYieldResult
<
T
>
|
Promise
<
CachePullerResult
<
T
>
>
Returns
IteratorReturnResult
<
any
>
|
IteratorYieldResult
<
T
>
|
Promise
<
CachePullerResult
<
T
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
stream
stream-test
Generated using
TypeDoc
Describes a function to pull data.