Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets or sets the cache amount fill factor in percentage.

Namespace:  SharedCache.WinServiceCommon.Configuration.Server
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public int CacheAmountFillFactorInPercentage { get; set; }
Visual Basic (Declaration)
Public Property CacheAmountFillFactorInPercentage As Integer
Visual C++
public:
property int CacheAmountFillFactorInPercentage {
	int get ();
	void set (int value);
}

Field Value

The cache amount fill factor in percentage.

Remarks

[Missing <remarks> documentation for "P:SharedCache.WinServiceCommon.Configuration.Server.IndexusServerSettingElement.CacheAmountFillFactorInPercentage"]

See Also