com.stimulsoft.report.options
Class EngineOptions.ReportCache

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

public static final class EngineOptions.ReportCache
extends java.lang.Object

A Class for managing of the report cache.


Field Summary
static boolean disposeImagesOnPageClear
           
 
Constructor Summary
EngineOptions.ReportCache()
           
 
Method Summary
static boolean getAllowGCCollect()
           
static int getAmountOfProcessedPagesForStartGCCollect()
          Gets or sets lower bound of starting the GarbageCollector.
static int getAmountOfQuickAccessPages()
          Gets or sets amount of quick access pages.
static java.lang.String getCachePath()
          Specifies path for the report cache.
static int getLimitForStartUsingCache()
          Gets or sets lower bound of starting using the cache of the report.
static void setAllowGCCollect(boolean value)
           
static void setAmountOfProcessedPagesForStartGCCollect(int value)
           
static void setAmountOfQuickAccessPages(int value)
           
static void setCachePath(java.lang.String value)
           
static void setLimitForStartUsingCache(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

disposeImagesOnPageClear

public static boolean disposeImagesOnPageClear
Constructor Detail

EngineOptions.ReportCache

public EngineOptions.ReportCache()
Method Detail

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 java.lang.String getCachePath()
Specifies path for the report cache.


setCachePath

public static void setCachePath(java.lang.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)