CryptoProviderCacheOptions.SizeLimit Property

Definition

Gets or sets the size limit of the cache (in number of items). When the cache reaches 95% of this size, 20% of the least recently used items will be evicted.

public int SizeLimit { get; set; }
member this.SizeLimit : int with get, set
Public Property SizeLimit As Integer

Property Value

Applies to