Package com.stimulsoft.report.options
Class EngineOptions.RtfCache
java.lang.Object
com.stimulsoft.report.options.EngineOptions.RtfCache
- Enclosing class:
EngineOptions
A Class for managing of the rtf cache.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic StringSpecifies path for the rtf cache.static booleanstatic voidsetAllowGCCollect(boolean value) static voidsetCachePath(String value) static voidsetEnabled(boolean value)
-
Constructor Details
-
RtfCache
public RtfCache()
-
-
Method Details
-
getCachePath
Specifies path for the rtf cache. -
setCachePath
-
getEnabled
public static boolean getEnabled() -
setEnabled
public static void setEnabled(boolean value) -
getAllowGCCollect
public static boolean getAllowGCCollect() -
setAllowGCCollect
public static void setAllowGCCollect(boolean value)
-