CacheableDate Class |
Note: This API is now obsolete.
Namespace: GemStone.GemFire.Cache
The CacheableDate type exposes the following members.
Name | Description | |
---|---|---|
![]() | CacheableDate() |
Allocates a new default instance.
|
![]() | CacheableDate(DateTime) |
Initializes a new instance of the CacheableDate to the
given System.DateTime value.
|
Name | Description | |
---|---|---|
![]() | ClassId |
Returns the classId of the instance being serialized.
This is used by deserialization to determine what instance
type to create and deserialize into.
|
![]() | ObjectSize |
return the size of this object in bytes
|
![]() | Value |
Gets the System.DateTime value.
|
Name | Description | |
---|---|---|
![]() ![]() | Create() |
Static function that returns a new default instance.
|
![]() ![]() | Create(DateTime) |
Static function that returns a new instance initialized to the
given System.DateTime value.
|
![]() ![]() | CreateDeserializable |
Factory function to register this class.
|
![]() | Equals(Object) |
Return true if this key matches other object.
(Overrides Object.Equals(Object).) |
![]() | Equals(ICacheableKey) |
Return true if this key matches other object.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | 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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToData |
Serializes this object.
|
![]() | ToString |
Return a string representation of the object.
(Overrides Object.ToString().) |