Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Construct the cache manager.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public LocalCache(
	int units,
	int expiryMillis
)

Parameters

units
Type: System..::.Int32
The number of units that the cache manager will cache before pruning the cache.
expiryMillis
Type: System..::.Int32
The number of milliseconds that each cache entry lives before being automatically expired.

See Also