com.aspose.imaging
Class CacheType

java.lang.Object
  extended by java.lang.Enum
      extended by com.aspose.imaging.CacheType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class CacheType
extends java.lang.Enum

Specifies the cache type to use.

See Also:
Serialized Form

Field Summary
static int Auto
           Specifies auto cache type.
static int CacheInMemoryOnly
           The in-memory cache only.
static int CacheOnDiskOnly
           The disk cache only.
 
Method Summary
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

Auto

public static final int Auto

Specifies auto cache type. The auto cache scheme will try to cache in-memory first then on disk.

See Also:
Constant Field Values

CacheInMemoryOnly

public static final int CacheInMemoryOnly

The in-memory cache only.

See Also:
Constant Field Values

CacheOnDiskOnly

public static final int CacheOnDiskOnly

The disk cache only.

See Also:
Constant Field Values