Construct the builder
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public FifoSegmentEvictionStrategyBuilder(
int sizeLimit,
int evictionBatchSize
)
Public Sub New ( _
sizeLimit As Integer, _
evictionBatchSize As Integer _
)
public:
FifoSegmentEvictionStrategyBuilder(
int sizeLimit,
int evictionBatchSize
)
public FifoSegmentEvictionStrategyBuilder(
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: 10.1.0.0 (10.1.1.12800)