The cache poll interval property indicates the frequency or interval in which the system inspects the cached taxonomies to determines whether a taxonomy is unloaded. In the file, this property is named: taxonomy_cache_poll.
Settings for this property include:
Value—The value for this property is specified as an integer representing minutes.
Default—The default value is 5 minutes. For example, setting the property to 'taxonomy_cache_poll=5 means that all taxonomies loaded in memory are polled every 5 minutes. The thread runs every 5 minutes, after which the threshold tests (described below) are performed. If the interval is longer than the Maximum value (10 hours), Disclosure Management starts the thread every 10 hours instead of what is specified by this property.
Maximum: The system maximum value is 10 hours.
Disable—Setting the value to zero disables the polling feature. It is not recommended that this feature be disabled. Other caching properties depend on the polling feature to be enabled. If this property is disabled, the only way a taxonomy is unloaded is when the JVM Memory Threshold is exceeded—or if the Disclosure Management Web application is shut down or restarted.