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

Null implementation for a data cache that doesn't ever hit.

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

Syntax

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

Inheritance Hierarchy

System.Object
  net.esper.eql.db.DataCacheNullImpl