Class EngineOptions.ReportCache

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

public static final class EngineOptions.ReportCache extends Object
A Class for managing of the report cache.
  • Field Details

    • disposeImagesOnPageClear

      public static boolean disposeImagesOnPageClear
  • Constructor Details

    • ReportCache

      public ReportCache()
  • Method Details

    • getAmountOfQuickAccessPages

      public static int getAmountOfQuickAccessPages()
      Gets or sets amount of quick access pages. This value must be greater than 5.
    • setAmountOfQuickAccessPages

      public static void setAmountOfQuickAccessPages(int value)
    • getLimitForStartUsingCache

      public static int getLimitForStartUsingCache()
      Gets or sets lower bound of starting using the cache of the report.
    • setLimitForStartUsingCache

      public static void setLimitForStartUsingCache(int value)
    • getCachePath

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

      public static void setCachePath(String value)
    • getAllowGCCollect

      public static boolean getAllowGCCollect()
    • setAllowGCCollect

      public static void setAllowGCCollect(boolean value)
    • getAmountOfProcessedPagesForStartGCCollect

      public static int getAmountOfProcessedPagesForStartGCCollect()
      Gets or sets lower bound of starting the GarbageCollector.
    • setAmountOfProcessedPagesForStartGCCollect

      public static void setAmountOfProcessedPagesForStartGCCollect(int value)