Class EngineOptions.RtfCache

java.lang.Object
com.stimulsoft.report.options.EngineOptions.RtfCache
Enclosing class:
EngineOptions

public static final class EngineOptions.RtfCache extends Object
A Class for managing of the rtf cache.
  • Constructor Details

    • RtfCache

      public RtfCache()
  • Method Details

    • getCachePath

      public static String getCachePath()
      Specifies path for the rtf cache.
    • setCachePath

      public static void setCachePath(String value)
    • getEnabled

      public static boolean getEnabled()
    • setEnabled

      public static void setEnabled(boolean value)
    • getAllowGCCollect

      public static boolean getAllowGCCollect()
    • setAllowGCCollect

      public static void setAllowGCCollect(boolean value)