method
read
v2.1.0 -
Show latest stable
- Class:
ActiveSupport::Cache::ThreadSafety
read(key, options = nil)public
No documentation available.
# File activesupport/lib/active_support/cache.rb, line 122
def read(key, options = nil) #:nodoc:
@mutex.synchronize { super }
end