CacheType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class CacheType extends System.Enum

指定要使用的缓存类型。

字段

字段描述
Auto指定自动缓存类型。
CacheOnDiskOnly仅磁盘缓存。
CacheInMemoryOnly仅内存缓存。

Auto

public static final int Auto

指定自动缓存类型。自动缓存方案将首先尝试在内存中缓存,然后在磁盘上缓存。

CacheOnDiskOnly

public static final int CacheOnDiskOnly

仅磁盘缓存。

CacheInMemoryOnly

public static final int CacheInMemoryOnly

仅内存缓存。