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.
|
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.