Home
last modified time | relevance | path

Searched refs:getClasspathListCache (Results 1 – 1 of 1) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DJavaModelManager.java3593 private Set<IPath> getClasspathListCache(String cacheName) throws CoreException { in getClasspathListCache() method in JavaModelManager
4419 Set<IPath> pathCache = getClasspathListCache(cacheName); in saveClasspathListCache()