34353637383940
public class WeakRefVFSCache extends MapVFSCache { @SuppressWarnings("unchecked") protected Map<String, VFSContext> createMap() { return new WeakValueTreeMap(); }