Share via


SizeBoundedCache<TKey, TValue> Constructor (Int32)

 

Namespace:   Microsoft.Azure.Insights
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public SizeBoundedCache(
    int maxSize = 1000
)
public:
SizeBoundedCache(
    int maxSize = 1000
)
new : 
        maxSize:int = 1000 -> SizeBoundedCache
Public Sub New (
    maxSize As Integer
)

Parameters

See Also

SizeBoundedCache<TKey, TValue> Class
Microsoft.Azure.Insights Namespace

Return to top