GigaSpaces XAP.NET Documentation
UnlimitedCacheSegmentEvictionStrategyBuilder Constructor (periodicClearTime)
Class LibraryGigaSpaces.Core.Cache.EvictionUnlimitedCacheSegmentEvictionStrategyBuilderUnlimitedCacheSegmentEvictionStrategyBuilder(TimeSpan)
Construct the builder
Declaration Syntax
C#Visual BasicVisual C++J#
public UnlimitedCacheSegmentEvictionStrategyBuilder(
	TimeSpan periodicClearTime
)
Public Sub New ( _
	periodicClearTime As TimeSpan _
)
public:
UnlimitedCacheSegmentEvictionStrategyBuilder(
	TimeSpan periodicClearTime
)
public UnlimitedCacheSegmentEvictionStrategyBuilder(
	TimeSpan periodicClearTime
)
Parameters
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: 12.1.0.0 (12.1.0.17000)