ChunkWriterMemoryCache
in package
implements
ChunkWriterInterface
FinalYes
Table of Contents
Interfaces
Methods
- __construct() : mixed
- toChunks() : Generator
- Converts the object's held data to a Generator.
Methods
__construct()
public
__construct(ChunkWriterInterface $source) : mixed
Parameters
- $source : ChunkWriterInterface
toChunks()
Converts the object's held data to a Generator.
public
toChunks() : Generator
Subsequent calls are expected to create a new Generator object each time.