# File lib/thread_safe/mri_cache_backend.rb, line 28 def compute(key) WRITE_LOCK.synchronize { super } end