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

Query result data cache implementation that uses a least-recently-used algorithm to store and evict query results.

Namespace: net.esper.eql.db
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Class DataCacheLRUImpl _
	Implements DataCache
C#
public class DataCacheLRUImpl : DataCache
Visual C++
public ref class DataCacheLRUImpl : DataCache

Inheritance Hierarchy

System.Object
  net.esper.eql.db.DataCacheLRUImpl