DataCacheItem.CacheName Property

 

The name of the cache where the object is stored.

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

Syntax

public string CacheName { get; internal set; }
public:
property String^ CacheName {
    String^ get();
    internal: void set(String^ value);
}
member CacheName : string with get, internal set
Public Property CacheName As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

A string value that represents the name of the cache where the object is stored.

Remarks

The DataCacheItem class is especially useful for updating tags associated with the object and concurrency operations.

Important

Tags are not supported in Windows Azure Shared Caching.

See Also

DataCacheItem Class
Microsoft.ApplicationServer.Caching Namespace

Return to top