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

Returns a new cache implementation for this database.

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

Syntax

Visual Basic (Declaration)
Function GetDataCache ( _
	databaseName As String _
) As DataCache
C#
DataCache GetDataCache (
	string databaseName
)
Visual C++
DataCache^ GetDataCache (
	String^ databaseName
)

Parameters

databaseName
System.String
is the name of the database to return a new cache implementation for for

Return Value

cache implementation