method
threadsafe!
v2.1.0 -
Show latest stable
- Class:
ActiveSupport::Cache::Store
threadsafe!()public
No documentation available.
# File activesupport/lib/active_support/cache.rb, line 46
def threadsafe!
@mutex = Mutex.new
self.class.send :include, ThreadSafety
self
end