Searched refs:CacheInfo (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageIO.java120 static class CacheInfo { class in class:ImageIO
125 public CacheInfo() {} method in class:ImageIO.CacheInfo
153 * Returns the <code>CacheInfo</code> object associated with this
156 private static synchronized CacheInfo getCacheInfo() {
158 CacheInfo info = (CacheInfo)context.get(CacheInfo.class);
160 info = new CacheInfo();
161 context.put(CacheInfo.class, info);
177 * directory, stores the result in the <code>CacheInfo</cod
[all...]

Completed in 31 milliseconds