Click or drag to resize
CacheType Enumeration
Specifies the cache type to use.

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public enum CacheType
Members
  Member nameValueDescription
Auto0 Specifies auto cache type. The auto cache scheme will try to cache in-memory first then on disk.
CacheOnDiskOnly1 The disk cache only.
CacheInMemoryOnly2 The in-memory cache only.
See Also