Click or drag to resize

ConfigurationCommonCacheExpiryTimeCacheReferenceType Property

Returns the enumeration whether hard, soft or weak reference type are used to control whether the garbage collection can remove entries from cache.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public CacheReferenceType CacheReferenceType { get; }

Return Value

Type: CacheReferenceType
reference type
See Also