Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.

The PendingBuffer type exposes the following members.

Constructors

  NameDescription
PendingBufferOverloaded.

Methods

  NameDescription
AlignToByte
Align internal buffer on a byte boundary
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Flush
Flushes the pending buffer into the given output array. If the output array is to small, only a partial flush is done.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Reset
Clear internal state/buffers
ToByteArray
Convert internal buffer to byte array. Buffer is empty on completion
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
WriteBits
Write bits to internal buffer
WriteBlock
Write a block of data to buffer
WriteByte
Write a byte to buffer
WriteInt
write an integer LSB first
WriteShort
Write a short value to buffer LSB first
WriteShortMSB
Write a short value to internal buffer most significant byte first

Properties

  NameDescription
BitCount
The number of bits written to the buffer
IsFlushed
Indicates if buffer has been flushed

See Also