Web page cache settings for notes.ini
If performance tuning is of your interest, these settings will enhance the user experience:
QuickPlaceWebCacheDir==<pathname>
Sets the cache directory where
<pathname>
is the full file path name of the directory. If this variable is omitted from your server’s notes.ini, the server cache is automatically set to the default directory<NOTESPROGRAM>\\data\\cache
.QuickPlaceWebCacheEnabled=1
Disables or enables the cache. A value of
0
(zero) disables this setting.QuickPlaceWebCacheGCIntervalInMIN=<minutes>
Sets the time interval for cache cleaning.
QuickPlaceWebCacheLimitInMB=<MB>
Sets the cache size limit. This variable sets the cache size limit in megabytes. If you enter a number of zero or less (or omit the variable from your
notes.ini
file), the cache size limit defaults to 50 MB.QuickPlaceWebCacheLogging=<n>
Sets the cache logging level, which determines how detailed log messages will be. Acceptable values are
1
,2...