public void testRemovesBeforeGet() throws Exception
{
CacheSPI<Object, Object> cache = createCache();
Transaction tx;
TransactionManager mgr = cache.getConfiguration().getRuntimeConfig().getTransactionManager();
assertNull(cache.getNode(fqn));
cache.put(fqn, key, value);
assertEquals(value, cache.get(fqn, key));