static Map synchronizedMRUCache(int maxSize) { ret synchroMap(new MRUCache(maxSize)); }