When overridden in a derived class, clears all buffers for this stream and causes any
buffered data to be written to the underlying device.
Namespace: Alachisoft.NCache.Web.CachingAssembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
| C# |
|---|
public override void Flush() |
| Visual Basic |
|---|
Public Overrides Sub Flush |
| Visual C++ |
|---|
public: virtual void Flush() override |
Remarks
CacheStream does not buffer the data. Each read/write operations is performed on
the cache.