CacheItem::Key Property

.NET Framework (current version)
 

Gets or sets a unique identifier for a CacheItem instance.

Namespace:   System.Runtime.Caching
Assembly:  System.Runtime.Caching (in System.Runtime.Caching.dll)

public:
property String^ Key {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The identifier for a CacheItem instance.

.NET Framework
Available since 4.0
Return to top
Show: