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