Click or drag to resize

CacheReferenceTypeSOFT Field

Constant indicating that soft references should be used.

Allows garbage collection to remove cache entries only after all weak references have been collected.

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

Field Value

Type: CacheReferenceType
See Also