CacheType
CacheType enumeration
Specifies the cache type to use.
public enum CacheType
Values
Name | Value | Description |
---|---|---|
Auto | 0 |
Specifies auto cache type. The auto cache scheme will try to cache in-memory first then on disk. |
CacheOnDiskOnly | 1 |
The disk cache only. |
CacheInMemoryOnly | 2 |
The in-memory cache only. |
See Also
- namespace Aspose.CAD
- assembly Aspose.CAD