ObjectCache::Name Property

.NET Framework (current version)
 

Gets the name of a specific ObjectCache instance.

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

public:
property String^ Name {
	virtual String^ get() abstract;
}

Property Value

Type: System::String^

The name of a specific cache instance.

Some cache implementations might support multiple instances of the cache that is running in a single application. This property lets cache implementers return a name that identifies a specific cache instance.

.NET Framework
Available since 4.0
Return to top
Show: