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
| Name | Description | |
|---|---|---|
| SharedCacheStateObject | Initializes a new instance of the SharedCacheStateObject class |
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| Equals | (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 | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| BufferSize |
Defines the default buffer size
|
Properties
| Name | Description | |
|---|---|---|
| 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
|