Searched defs:contentCache (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DBaseFileManager.java325 ContentCacheEntry e = contentCache.get(file);
330 contentCache.remove(file);
338 contentCache.put(file, new ContentCacheEntry(file, cb));
342 contentCache.remove(file);
345 protected final Map<JavaFileObject, ContentCacheEntry> contentCache field in class:BaseFileManager

Completed in 34 milliseconds