Packages

 

com.aspose.psd

Interfaces

Classes

Exceptions

com.aspose.psd

Class CacheType

  • java.lang.Object
    • com.aspose.ms.System.ValueType
      • com.aspose.ms.System.Enum
        • com.aspose.psd.CacheType


  • public final class CacheType
    extends com.aspose.ms.System.Enum

    Specifies the cache type to use.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Auto
      Specifies auto cache type.
      static int CacheInMemoryOnly
      The in-memory cache only.
      static int CacheOnDiskOnly
      The disk cache only.
    • Field Detail

      • Auto

        public static final int Auto

        Specifies auto cache type. The auto cache scheme will try to cache in-memory first then on disk.

        See Also:
        Constant Field Values
      • CacheOnDiskOnly

        public static final int CacheOnDiskOnly

        The disk cache only.

        See Also:
        Constant Field Values
      • CacheInMemoryOnly

        public static final int CacheInMemoryOnly

        The in-memory cache only.

        See Also:
        Constant Field Values