Click or drag to resize

ConfigurationCommonCacheLRU Class

LRU cache settings.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.commonConfigurationCommonCacheLRU

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 ConfigurationCommonCacheLRU : ConfigurationCommonCache

The ConfigurationCommonCacheLRU type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationCommonCacheLRU
Ctor.
Top
Properties
  NameDescription
Public propertySize
Returns the maximum cache size.
Top
Methods
  NameDescription
Public methodToString
Top
See Also