Click or drag to resize

ConfigurationCommonCacheLRU Constructor

Ctor.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ConfigurationCommonCacheLRU(
	int size
)

Parameters

size
Type: SystemInt32
is the maximum cache size
See Also