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 © 2017 MuleSoft, Inc.. All rights reserved.