public final class CacheType
extends com.aspose.ms.System.Enum
Specifies the cache type to use.
Modifier and Type | Field and Description |
---|---|
static int |
Auto
Specifies auto cache type.
|
static int |
CacheInMemoryOnly
The in-memory cache only.
|
static int |
CacheOnDiskOnly
The disk cache only.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, parseQuick, parseQuick, register, toObject, toString
public static final int Auto
Specifies auto cache type. The auto cache scheme will try to cache in-memory first then on disk.
public static final int CacheOnDiskOnly
The disk cache only.
public static final int CacheInMemoryOnly
The in-memory cache only.