Method: ActiveSupport::Cache::MemcacheConnectionPool#with_connection

Defined in:
lib/active_support/cache/memcache_connection_pool.rb

#with_connection(&block) ⇒ Object



95
96
97
# File 'lib/active_support/cache/memcache_connection_pool.rb', line 95

def with_connection(&block)
  connection_pool.with_connection(&block)
end