GigaSpaces XAP.NET Documentation
TimeBasedSegmentEvictionStrategyBuilder Constructor (timeToLive, doPeriodicClear)
Class LibraryGigaSpaces.Core.Cache.EvictionTimeBasedSegmentEvictionStrategyBuilderTimeBasedSegmentEvictionStrategyBuilder(TimeSpan, Boolean)
Construct a builder
Declaration Syntax
C#Visual BasicVisual C++J#
public TimeBasedSegmentEvictionStrategyBuilder(
	TimeSpan timeToLive,
	bool doPeriodicClear
)
Public Sub New ( _
	timeToLive As TimeSpan, _
	doPeriodicClear As Boolean _
)
public:
TimeBasedSegmentEvictionStrategyBuilder(
	TimeSpan timeToLive, 
	bool doPeriodicClear
)
public TimeBasedSegmentEvictionStrategyBuilder(
	TimeSpan timeToLive,
	boolean doPeriodicClear
)
Parameters
timeToLive (TimeSpan)
Specifies how much an untouched entry remains in the local cache.
doPeriodicClear (Boolean)
Should clear local cahe periodicly

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