Uses of Interface
org.scictrl.csshell.ConnectionCache
-
Uses of ConnectionCache in org.scictrl.csshell
Modifier and TypeClassDescriptionclass
Default implementation of connection cache interface.Modifier and TypeFieldDescriptionprotected ConnectionCache
<C> AbstractConnector.connectionCache
Connection cache.Modifier and TypeMethodDescriptionAbstractConnector.getConnectionCache()
Returns connection cache, if it was set (AbstractConnector.setConnectionCache(ConnectionCache)
).protected ConnectionCache
<C> AbstractConnector.newDefaultConnectionCache()
Creates new instance of default connection cache.Modifier and TypeMethodDescriptionvoid
AbstractConnector.setConnectionCache
(ConnectionCache<C> connectionCache) Sets connection cache to the connector instance.