props.put(DataRowStore.SNAPSHOT_CACHE_SIZE_PROPERTY, String.valueOf(2));
DataRowStore cache = new DataRowStore(
"cacheXYZ",
props,
new DefaultEventManager());
assertEquals(2, cache.maximumSize());
assertEquals(0, cache.size());
ObjectId key1 = new ObjectId("Artist", Artist.ARTIST_ID_PK_COLUMN, 1);
Map<Object, Object> diff1 = new HashMap<Object, Object>();