-
Bug
-
Resolution: Done
-
Major
-
4.1.0.Final
-
None
-
None
cache.put(k,v);
tm.begin();
cache.clear();
assert cache.entrySet().size() == 0 : "This fails and it shouldn't"
cache.put(k,v);
tm.begin();
cache.clear();
assert cache.entrySet().size() == 0 : "This fails and it shouldn't"