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

/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageIO.java135 public File getCacheDirectory() { method in class:ImageIO.CacheInfo
191 File cachedir = getCacheDirectory();
285 * @see #getCacheDirectory
306 public static File getCacheDirectory() { method in class:ImageIO
307 return getCacheInfo().getCacheDirectory();
321 * <code>getCacheDirectory</code> will be used to control caching.
359 getCacheDirectory());
382 * <code>getCacheDirectory</code> will be used to control caching.
421 getCacheDirectory());
1275 * <code>getCacheDirectory</cod
[all...]

Completed in 32 milliseconds