}
public void xx_test_cache2() throws Exception {
System.out.println("test_cache2");
jsoda = new Jsoda(new BasicAWSCredentials(key, secret), new MemCacheableSimple(1000))
.setDbEndpoint(DbType.DynamoDB, awsUrl);
jsoda.registerModel(Model3.class, DbType.SimpleDB);
jsoda.getMemCacheable().clearAll();
dump( jsoda.dao(Model3.class).get(31, "item31") );