Click or drag to resize

ConfigurationCompilerPlugInSingleRowFunctionValueCacheEnum Class

Enum for single-row function value cache setting.
Inheritance Hierarchy
SystemEnum
  com.espertech.esper.common.client.configuration.compilerConfigurationCompilerPlugInSingleRowFunctionValueCacheEnum

Namespace:  com.espertech.esper.common.client.configuration.compiler
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public sealed class ValueCacheEnum : Enum

The ConfigurationCompilerPlugInSingleRowFunctionValueCacheEnum type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCONFIGURED
Causes the runtimeto follow the runtime-wide policy as configured for user-defined functions.
Public fieldStatic memberDISABLED
The default, the result of a single-row function is always computed anew.
Public fieldStatic memberENABLED
Causes the runtimeto not actually invoke the single-row function and instead return a cached precomputed value when all parameters are constants or there are no parameters.
Public fieldvalue__
Top
See Also