Table of Contents

Enum CacheType

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

Specifies the cache type to use.

public enum CacheType

Fields

Auto = 0

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

CacheInMemoryOnly = 2

The in-memory cache only.

CacheOnDiskOnly = 1

The disk cache only.