123456789_123456789_123456789_123456789_123456789_

Module: ActiveSupport::Cache::ConnectionPoolLike

Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Included In:
Defined in: activesupport/lib/active_support/cache/redis_cache_store.rb

Instance Method Summary

Instance Method Details

#with {|_self| ... }

Yields:

  • (_self)

Yield Parameters:

  • _self (ConnectionPoolLike)

    the object that the method was called on

[ GitHub ]

  
# File 'activesupport/lib/active_support/cache/redis_cache_store.rb', line 24

def with
  yield self
end