Package org.eclipse.core.internal.utils

Examples of org.eclipse.core.internal.utils.Cache


  }

  public ProjectContentTypes(Workspace workspace) {
    this.workspace = workspace;
    // keep cache small
    this.contentTypesPerProject = new Cache(5, 30, 0.4);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.core.internal.utils.Cache

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.