Method Flush
Flush()
When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device.
Declaration
public override void Flush()
Overrides
System.IO.Stream.Flush()
Remarks
CacheStream does not buffer the data. Each read/write operations is performed on the cache.