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