There's no documentation for this item.
# File active_support/vendor/memcache-client-1.5.0/memcache.rb, line 674 def threadsafe_cache_get(server, cache_key) # :nodoc: @mutex.lock cache_get server, cache_key ensure @mutex.unlock end
<code/>
<pre/>
<code/>and<pre/>for code samples.