Package org.eclipse.jdt.internal.core.util.LRUCache

Examples of org.eclipse.jdt.internal.core.util.LRUCache.Stats


  public synchronized String cacheToString(String prefix) {
    return this.cache.toStringFillingRation(prefix);
  }
 
  public Stats debugNewOpenableCacheStats() {
    return this.cache.openableCache.new Stats();
  }
View Full Code Here


  public synchronized String cacheToString(String prefix) {
    return this.cache.toStringFillingRation(prefix);
  }
 
  public Stats debugNewOpenableCacheStats() {
    return this.cache.openableCache.new Stats();
  }
View Full Code Here

  public synchronized String cacheToString(String prefix) {
    return this.cache.toStringFillingRation(prefix);
  }
 
  public Stats debugNewOpenableCacheStats() {
    return this.cache.openableCache.new Stats();
  }
View Full Code Here

TOP

Related Classes of org.eclipse.jdt.internal.core.util.LRUCache.Stats

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.