Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The following attributes are supported only on the dynamic metadata providers  (MDQ, Dynamic, LocalDynamic)

NameTypeDefaultDescription
cleanupIntervalInteger1800 (30 mins)

Time in seconds between execution of background thread to scan for expired cached metadata and remove it from memory.
Set to 0 to disable any cleanup.

cleanupTimeoutInteger

1800 (30 mins)

Extra time to leave "stale" entries in the cache before the background cleanup process will remove them.
maxCacheDuration Integer28800 (8 hours)Upper bound on time before metadata for entity will be re-acquired
minCacheDurationInteger600 (10 mins)Lower bound on time before metadata for entity will be re-acquired.
refreshDelayFactorDecimal0.75Factor applied to the metadata's own validity or caching period to determine the reload interval to use. Once applied, the result is bounded by the minCacheDuration and maxCacheDuration settings to determine the time of the next attempt. If reload attempts fail, the existing metadata (if any) will be reused until it actually expires
negativeCacheBooleansee descriptionControls whether failures to lookup are cached (for minCacheDuration). This can avoid repeatedly hitting a server which is known not to cache data.
Defaults true for remote dynamic metadata providers (MDQ, Dynamic) and false for the LocalDynamicProvider
  • No labels