|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.options.EngineOptions.ReportCache
public static final class EngineOptions.ReportCache
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 |
---|
public static boolean disposeImagesOnPageClear
Constructor Detail |
---|
public EngineOptions.ReportCache()
Method Detail |
---|
public static int getAmountOfQuickAccessPages()
public static void setAmountOfQuickAccessPages(int value)
public static int getLimitForStartUsingCache()
public static void setLimitForStartUsingCache(int value)
public static java.lang.String getCachePath()
public static void setCachePath(java.lang.String value)
public static boolean getAllowGCCollect()
public static void setAllowGCCollect(boolean value)
public static int getAmountOfProcessedPagesForStartGCCollect()
public static void setAmountOfProcessedPagesForStartGCCollect(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |