class ThreadSafe::SynchronizedCacheBackend

def merge_pair(key, value)

def merge_pair(key, value)
  synchronize { super }
end