Linpingchuan
Results
1
comments of
Linpingchuan
Hi all, I found that solution can solve this problem. ``` java public class TransactionCacheManager { private Map transactionalCaches = new HashMap(); public void clear(Cache cache) { getTransactionalCache(cache).clear(); } public...