CacheExtractor implements Extractor
FinalYes
Interfaces
Methods
- __construct() : mixed
- extract() : Generator<string|int, Rows>
- withClearOnFinish() : self
- withFallbackExtractor() : self
Methods
__construct()
public
__construct(string $id) : mixed
Parameters
- $id : string
extract()
public
extract(FlowContext $context) : Generator<string|int, Rows>
Parameters
- $context : FlowContext
Return values
Generator<string|int, Rows>withClearOnFinish()
public
withClearOnFinish(bool $clear) : self
Parameters
- $clear : bool
Return values
selfwithFallbackExtractor()
public
withFallbackExtractor(Extractor $fallbackExtractor) : self
Parameters
- $fallbackExtractor : Extractor