[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Base class for a Connection and DbCommand cache.
Namespace: net.esper.eql.db
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.
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
System.Object
net.esper.eql.db.ConnectionCache
net.esper.eql.db.ConnectionCacheImpl
net.esper.eql.db.ConnectionNoCacheImpl
net.esper.eql.db.ConnectionCache
net.esper.eql.db.ConnectionCacheImpl
net.esper.eql.db.ConnectionNoCacheImpl