MemoryCache::GetLastSize Method (String^)

 

Gets the size of the named region.

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

public:
long long GetLastSize(
	String^ regionName = null
)

Parameters

regionName
Type: System::String^

The name of the region.

Return Value

Type: System::Int64

The size of the named region.

.NET Framework
Available since 4.7
Return to top
Show: