CacheType Enumeration

Specifies the cache type to use.

Module: aspose.imaging

Full Name: aspose.imaging.CacheType

Aspose.Imaging Version: 24.5.0

Members

Member nameDescription
AUTOSpecifies auto cache type. The auto cache scheme will try to cache in-memory first then on disk.
CACHE_IN_MEMORY_ONLYThe in-memory cache only.
CACHE_ON_DISK_ONLYThe disk cache only.