Packages

 

com.aspose.cad

Class CacheType

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.cad.CacheType


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

    Specifies the cache type to use.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • 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.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, parseQuick, parseQuick, register, toObject, toString
    • 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