ProxyConfiguration.CacheDeletionPercent Property

Indicates the percentage of cache size that must be freed up, when cache limit is reached

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property CacheDeletionPercent As Integer
public int CacheDeletionPercent { get; private set; }
public:
property int CacheDeletionPercent {
    int get ();
    private: void set (int value);
}
member CacheDeletionPercent : int with get, private set
function get CacheDeletionPercent () : int 
private function set CacheDeletionPercent (value : int)

Property Value

Type: System.Int32
Returns Int32.

Remarks

If this value is not set in the config file, then a default value of 10% will be used

.NET Framework Security

See Also

Reference

ProxyConfiguration Class

Microsoft.TeamFoundation.Framework.Server Namespace