ProxyConfiguration.CacheDeletionPercent Property
Indicates the percentage of cache size that needs to be freed up, when cache limit is reached.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
Remarks
If this value is not set in the config file, then a default value of 10% will be used.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.