CacheStream is derived from System.IO.Stream. It is designed to put/fetch BLOB using standard Stream interface.

Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public class CacheStream : Stream
Visual Basic
Public Class CacheStream _
	Inherits Stream
Visual C++
public ref class CacheStream : public Stream

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.IO..::..Stream
      Alachisoft.NCache.Web.Caching..::..CacheStream

See Also