public class ImageCache extends Object
Constructor and Description |
---|
ImageCache(int maxSize,
File dir) |
Modifier and Type | Method and Description |
---|---|
File |
getCacheDirectory() |
ScaledImage |
getImage(String ref) |
void |
setImage(ScaledImage scaledImage) |
public ImageCache(int maxSize, File dir)
public File getCacheDirectory()
public ScaledImage getImage(String ref) throws IOException
IOException
public void setImage(ScaledImage scaledImage) throws IOException
IOException
Copyright © 2009–2021 Norconex Inc.. All rights reserved.