Click or drag to resize

ConfigurationCommonCacheExpiryTime Class

Expiring cache settings.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.commonConfigurationCommonCacheExpiryTime

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class ConfigurationCommonCacheExpiryTime : ConfigurationCommonCache

The ConfigurationCommonCacheExpiryTime type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationCommonCacheExpiryTime
Ctor.
Top
Properties
  NameDescription
Public propertyCacheReferenceType
Returns the enumeration whether hard, soft or weak reference type are used to control whether the garbage collection can remove entries from cache.
Public propertyMaxAgeSeconds
Returns the maximum age in seconds.
Public propertyPurgeIntervalSeconds
Returns the purge interval length.
Top
Methods
  NameDescription
Public methodToString
Top
See Also