Share via


DataCacheItem.CacheName Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The name of the cache where the object is stored.

Namespace: Microsoft.Data.Caching
Assembly: CacheBaseLibrary (in cachebaselibrary.dll)

Syntax

'Declaration
Public Property CacheName As String
'Usage
Dim instance As DataCacheItem
Dim value As String

value = instance.CacheName
public string CacheName { get; }
public:
property String^ CacheName {
    String^ get ();
}
/** @property */
public String get_CacheName ()
public function get CacheName () : String

Property Value

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. For more information, see Tag-Based Methods (Velocity) and Concurrency Methods (Velocity).

See Also

Reference

DataCacheItem Class
DataCacheItem Members
Microsoft.Data.Caching Namespace