Click or drag to resize

ConfigurationCommonDBRefSetLRUCache Method

Configures a LRU cache of the given size for the database.

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

Parameters

size
Type: SystemInt32
is the maximum number of entries before query results are evicted
See Also