Package com.google.dart.engine.internal.cache

Examples of com.google.dart.engine.internal.cache.UniversalCachePartition


   * Initialize a newly created analysis context.
   */
  public AnalysisContextImpl() {
    super();
    resultRecorder = new AnalysisTaskResultRecorder();
    privatePartition = new UniversalCachePartition(
        this,
        AnalysisOptionsImpl.DEFAULT_CACHE_SIZE,
        new ContextRetentionPolicy());
    cache = createCacheFromSourceFactory(null);
  }
View Full Code Here

TOP

Related Classes of com.google.dart.engine.internal.cache.UniversalCachePartition

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.