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

Base class for a Connection and DbCommand cache.

Implementations control the lifecycle via lifecycle methods, or may simple obtain new resources and close new resources every time.

This is not a pool - a cache is associated with one client class and that class is expected to use cache methods in well-defined order of get, done-with and destroy.

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

Syntax

Visual Basic (Declaration)
Public MustInherit Class ConnectionCache _
	Implements IDisposable
C#
public abstract class ConnectionCache : IDisposable
Visual C++
public ref class ConnectionCache abstract : IDisposable

Inheritance Hierarchy