DataCacheItemKey Class

 

A cache item key used in the implementation of a read-through or write-behind provider.

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

Inheritance Hierarchy

System.Object
  Microsoft.ApplicationServer.Caching.DataCacheItemKey

Syntax

[DataContractAttribute]
public class DataCacheItemKey
[DataContractAttribute]
public ref class DataCacheItemKey 
[<DataContractAttribute>]
type DataCacheItemKey = class end
<DataContractAttribute>
Public Class DataCacheItemKey

Constructors

Name Description
System_CAPS_pubmethod DataCacheItemKey(String, String)

Create a new DataCacheItemKey object.

Properties

Name Description
System_CAPS_pubproperty Key

The name of the data cache item key.

System_CAPS_pubproperty Region

The region of the cache item.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Returns true if the DataCacheItemKey objects are equal.(Overrides Object.Equals(Object).)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

Returns the hash code for the DataCacheItemKey.(Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

Returns a string representation of the DataCacheItemKey.(Overrides Object.ToString().)

Remarks

For more information, see .3684b772-b8da-4c16-a9bc-fb037d30c280

Applies only to Microsoft AppFabric 1.1 for Windows Server.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ApplicationServer.Caching Namespace

Return to top