Jorge Medina Fri, 08 Jan 2010 12:41:26 -0800
I am using JCS with a in-memory cache using LRU policy. Do I need to synchronize my calls to get() and put() operations or is JCS taking care of the multithreaded access?
-Jorge