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 Function GetLastSize (
	regionName As String
) As Long

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: