CacheType enumeration
CacheType enumeration
Specifies the cache type to use.
The CacheType type exposes the following members:
Fields
Field | Description |
---|---|
AUTO | Specifies auto cache type. The auto cache scheme will try to cache in-memory first then on disk. |
CACHE_ON_DISK_ONLY | The disk cache only. |
CACHE_IN_MEMORY_ONLY | The in-memory cache only. |
See Also
- module
aspose.cad