nil_cache.rb

Path: lib/sshkit/backends/connection_pool/nil_cache.rb
Last Update: Sat Mar 02 23:47:56 +0000 2019

A cache that holds no connections. Any connection provided to this cache is simply closed.

Constants

NilCache = Struct.new(:closer) do def pop

[Validate]