Enum CacheType
Enum CacheType
Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.8.0)
Specifies the cache type to use.
public enum CacheTypeFields
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.