class ThreadSafe::MriCacheBackend

def get_and_set(key, value)

def get_and_set(key, value)
  WRITE_LOCK.synchronize { super }
end