# File lib/thread_safe/synchronized_cache_backend.rb, line 24 def compute(key) synchronize { super } end