# File lib/thread_safe/synchronized_cache_backend.rb, line 12 def []=(key, value) synchronize { super } end