Package com.stimulsoft.report.options
Class EngineOptions.ReportCache
java.lang.Object
com.stimulsoft.report.options.EngineOptions.ReportCache
- Enclosing class:
EngineOptions
A Class for managing of the report cache.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic intGets or sets lower bound of starting the GarbageCollector.static intGets or sets amount of quick access pages.static StringSpecifies path for the report cache.static intGets or sets lower bound of starting using the cache of the report.static voidsetAllowGCCollect(boolean value) static voidsetAmountOfProcessedPagesForStartGCCollect(int value) static voidsetAmountOfQuickAccessPages(int value) static voidsetCachePath(String value) static voidsetLimitForStartUsingCache(int value)
-
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
Specifies path for the report cache. -
setCachePath
-
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)
-