[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the LRU cache to a given size for the database.

Namespace: net.esper.client
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable WriteOnly Property LRUCache As Integer
C#
public virtual int LRUCache { set; }
Visual C++
public:
virtual property int LRUCache {
	void set (int value);
}