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 | |
---|---|---|
DataCacheItemKey(String, String) | Create a new DataCacheItemKey object. |
Properties
Name | Description | |
---|---|---|
Key | The name of the data cache item key. |
|
Region | The region of the cache item. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | Returns true if the DataCacheItemKey objects are equal.(Overrides Object.Equals(Object).) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | Returns the hash code for the DataCacheItemKey.(Overrides Object.GetHashCode().) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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