I have 2 threads, one calls get() method, another put() method. I need to synchronize this methods in order to see result of get only after put. I do know how to do this other w