DataCacheItemVersion Methods

 

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Methods

Name Description
System_CAPS_pubmethod CompareTo(DataCacheItemVersion)

Used to compare two versions of the same item, specified with the same key.

System_CAPS_pubmethod Equals(Object)

Used to determine whether another object is the same.(Overrides Object.Equals(Object).)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

Returns the hash code of the DataCacheItemVersion object.(Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static IsEmpty(DataCacheItemVersion)

This API supports the product infrastructure and is not intended to be used directly from your code. Indicates whether the DataCacheItemVersion object points to a null version. This is intended for internal use only.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

See Also

DataCacheItemVersion Class
Microsoft.ApplicationServer.Caching Namespace

Return to top