class ThreadSafe::SynchronizedCacheBackend

def get_and_set(key, value)

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