Click or drag to resize

ConfigurationCommonMethodRef Class

Holds configuration information for data caches for use in method invocations in the from-clause.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.commonConfigurationCommonMethodRef

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 ConfigurationCommonMethodRef

The ConfigurationCommonMethodRef type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationCommonMethodRef
Initializes a new instance of the ConfigurationCommonMethodRef class
Top
Properties
  NameDescription
Public propertyDataCacheDesc
Return a method invocation result data cache descriptor.
Top
Methods
  NameDescription
Public methodSetExpiryTimeCache(Double, Double)
Configures an expiry-time cache of the given maximum age in seconds and purge interval in seconds.

Specifies the cache reference type to be weak references. Weak reference cache entries become eligible for garbage collection and are removed from cache when the garbage collection requires so.

Public methodSetExpiryTimeCache(Double, Double, CacheReferenceType)
Configures an expiry-time cache of the given maximum age in seconds and purge interval in seconds. Also allows setting the reference type indicating whether garbage collection may remove entries from cache.
Public methodSetLRUCache
Configures a LRU cache of the given size for the method invocation.
Top
See Also