C - the generic type of the connections to be handledpublic interface CachedConnectionProvider<C> extends ConnectionProvider<C>
ConnectionProvider specialization which lazily creates and caches connections.
This interface is declarative. The actual caching is not implemented on the provider itself but performed by the runtime, which
will correlate each invocation to the ConnectionProvider.connect() method to the component requesting the connection.
connect, disconnect, validateCopyright © 2021. All rights reserved.