class ThreadSafe::MriCacheBackend

def compute(key)

def compute(key)
  WRITE_LOCK.synchronize { super }
end