GigaSpaces XAP.NET Documentation
LfuSegmentEvictionStrategyBuilder Constructor (sizeLimit, evictionBatchSize, periodicClearTime)
Class LibraryGigaSpaces.Core.Cache.EvictionLfuSegmentEvictionStrategyBuilderLfuSegmentEvictionStrategyBuilder(Int32, Int32, TimeSpan)
Construct the builder
Declaration Syntax
C#Visual BasicVisual C++J#
public LfuSegmentEvictionStrategyBuilder(
	int sizeLimit,
	int evictionBatchSize,
	TimeSpan periodicClearTime
)
Public Sub New ( _
	sizeLimit As Integer, _
	evictionBatchSize As Integer, _
	periodicClearTime As TimeSpan _
)
public:
LfuSegmentEvictionStrategyBuilder(
	int sizeLimit, 
	int evictionBatchSize, 
	TimeSpan periodicClearTime
)
public LfuSegmentEvictionStrategyBuilder(
	int sizeLimit,
	int evictionBatchSize,
	TimeSpan periodicClearTime
)
Parameters
sizeLimit (Int32)
Local Cache sizelimit (Of all the segments)
evictionBatchSize (Int32)
How many entries to evict from cache when an eviction is required
periodicClearTime (TimeSpan)
Timespan between preiodic cache clears, each time this time span passes the local cache will be cleared

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)