Syntax
| C# |
|---|
public class CacheableDate |
| Visual Basic (Declaration) |
|---|
Public Class CacheableDate |
| Visual C++ |
|---|
public ref class CacheableDate |
The type exposes the following methods.
Public Methods
| Name | Description | |
|---|---|---|
| Equals | Overloaded. | |
| FromData |
Deserialize this object, typical implementation should return
the 'this' pointer.
| |
| GetHashCode |
Return the hashcode for this key.
(Overrides Object..::GetHashCode()().) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToData |
Serializes this object.
| |
| ToString |
Return a string representation of the object.
(Overrides Object..::ToString()().) |
Protected Methods
| Name | Description | |
|---|---|---|
| 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.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
See Also
GemStone.GemFire.Cache Namespace