* The main method.
*
* @param args the arguments
*/
public static void main(String[] args) {
final CacheCoordinator cacheCoordinator = new LocalCacheCoordinator(factory);
final CacheTypeTest test = new CacheTypeTest(cacheCoordinator);
for (int i = 0; i < 3; i++) {
new Thread(new Runnable() {
public void run() {
test.setValue(strCacheType, Thread.currentThread().getName(), Thread.currentThread().getName());