GigaSpaces XAP.NET Documentation
FifoSegmentEvictionStrategyBuilder Constructor (sizeLimit, evictionBatchSize, doPeriodicClear)
Class LibraryGigaSpaces.Core.Cache.EvictionFifoSegmentEvictionStrategyBuilderFifoSegmentEvictionStrategyBuilder(Int32, Int32, Boolean)
Construct the builder
Declaration Syntax
C#Visual BasicVisual C++J#
public FifoSegmentEvictionStrategyBuilder(
	int sizeLimit,
	int evictionBatchSize,
	bool doPeriodicClear
)
Public Sub New ( _
	sizeLimit As Integer, _
	evictionBatchSize As Integer, _
	doPeriodicClear As Boolean _
)
public:
FifoSegmentEvictionStrategyBuilder(
	int sizeLimit, 
	int evictionBatchSize, 
	bool doPeriodicClear
)
public FifoSegmentEvictionStrategyBuilder(
	int sizeLimit,
	int evictionBatchSize,
	boolean doPeriodicClear
)
Parameters
sizeLimit (Int32)
Local Cache sizelimit (Of all the segments)
evictionBatchSize (Int32)
How many entries to evict from cache when an eviction is required
doPeriodicClear (Boolean)
Should clear local cahe periodicly

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.0.2.6900 (9.0.2.6900)