com.herroworld.imagegrabber
Class ImageCache.ImageCacheParams

java.lang.Object
  extended by com.herroworld.imagegrabber.ImageCache.ImageCacheParams
Enclosing class:
ImageCache

public static class ImageCache.ImageCacheParams
extends java.lang.Object

A holder class that contains cache parameters.


Field Summary
 boolean clearDiskCacheOnStart
           
 CompressFormat compressFormat
           
 int compressQuality
           
 boolean diskCacheEnabled
           
 int diskCacheSize
           
 int memCacheSize
           
 boolean memoryCacheEnabled
           
 java.lang.String uniqueName
           
 
Constructor Summary
ImageCache.ImageCacheParams(java.lang.String uniqueName)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ImageCache.ImageCacheParams

public ImageCache.ImageCacheParams(java.lang.String uniqueName)