Uses of Interface
org.scictrl.csshell.ConnectionCache
Packages that use ConnectionCache
-
Uses of ConnectionCache in org.scictrl.csshell
Classes in org.scictrl.csshell that implement ConnectionCacheModifier and TypeClassDescriptionclass
Default implementation of connection cache interface.Fields in org.scictrl.csshell declared as ConnectionCacheModifier and TypeFieldDescriptionprotected ConnectionCache
<C> AbstractConnector.connectionCache
Connection cache.Methods in org.scictrl.csshell that return ConnectionCacheModifier 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.Methods in org.scictrl.csshell with parameters of type ConnectionCacheModifier and TypeMethodDescriptionvoid
AbstractConnector.setConnectionCache
(ConnectionCache<C> connectionCache) Sets connection cache to the connector instance.