MemoryCacheElement Constructor (String^)

.NET Framework (current version)
 

Initializes a new instance of the MemoryCacheElement class.

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

public:
MemoryCacheElement(
	String^ name
)

Parameters

name
Type: System::String^

The unique name for a specific cache configuration.

.NET Framework
Available since 4.0
Return to top
Show: