!7 p-exp { Map cache = syncMRUCache(100); Map unwrapped = unwrapSynchronizedMap(cache); assertNotNull(unwrapped); assertEqualsVerbose(100, getOpt_raw(unwrapped, 'maxSize)); }