Click or drag to resize

CacheReferenceTypeWEAK Field

Constant indicating that weak references should be used.

Allows garbage collection to remove cache entries.

Namespace:  com.espertech.esper.common.client.util
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public const CacheReferenceType WEAK = 2

Field Value

Type: CacheReferenceType
See Also