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

The SharedCacheStateObject type exposes the following members.

Constructors

  NameDescription
SharedCacheStateObject
Initializes a new instance of the SharedCacheStateObject class

Methods

  NameDescription
Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
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.)
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.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
BufferSize
Defines the default buffer size

Properties

  NameDescription
AliveTimeStamp
Gets/sets the AliveTimeStamp before the server free up server resources
AlreadyRead
Gets/sets the AlreadyRead
AlreadySent
Gets/sets the Already Sent byte amount
Buffer
Gets/sets the temporary Buffer
DataBigBuffer
Gets or sets the data big buffer.
MessageLength
Gets/sets the Message Length which needs to receive or send.
ReadHeader
Gets/sets the if the logic needs to read the Header
WorkSocket
Gets/sets the Worker Socket

See Also