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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.2.0.0 (12.2.0.18000)