CacheType

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

Specifies the cache type to use.

Enum Values

FieldDescription
AutoSpecifies auto cache type. The auto cache scheme will try to cache in-memory first then on disk.
CacheOnDiskOnlyThe disk cache only.
CacheInMemoryOnlyThe in-memory cache only.

Auto

public static final int Auto

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

Returns: int

CacheOnDiskOnly

public static final int CacheOnDiskOnly

The disk cache only.

Returns: int

CacheInMemoryOnly

public static final int CacheInMemoryOnly

The in-memory cache only.

Returns: int