Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ ice_connectionCached()

template<typename Prx, typename... Bases>
Prx Ice::Proxy< Prx, Bases >::ice_connectionCached ( bool b) const
inlinenodiscard

Creates a proxy that is identical to this proxy, except for connection caching.

Parameters
btrue if the new proxy should cache connections, false otherwise.
Returns
A proxy with the specified caching policy.

Definition at line 92 of file Proxy.h.