com.herroworld.imagegrabber
Class ImageCache.ImageCacheParams
java.lang.Object
com.herroworld.imagegrabber.ImageCache.ImageCacheParams
- Enclosing class:
- ImageCache
public static class ImageCache.ImageCacheParams
- extends java.lang.Object
A holder class that contains cache parameters.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
uniqueName
public java.lang.String uniqueName
memCacheSize
public int memCacheSize
diskCacheSize
public int diskCacheSize
compressFormat
public CompressFormat compressFormat
compressQuality
public int compressQuality
memoryCacheEnabled
public boolean memoryCacheEnabled
diskCacheEnabled
public boolean diskCacheEnabled
clearDiskCacheOnStart
public boolean clearDiskCacheOnStart
ImageCache.ImageCacheParams
public ImageCache.ImageCacheParams(java.lang.String uniqueName)