- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- get
NetworkStream get(string schema, string host, ushort port)
Undocumented in source.
- put
void put(string schema, string host, ushort port, NetworkStream stream)
Undocumented in source.
* Keep opened connections for HTTP. * It is actually cache over tuple(schema, host, port) -> connection * with limited number of items. * * Evict least used.