ValueTypeProviderSettingsCacheDuration Property
If a retrieval strategy that supports caching is selected, this specifies how long the cache before
the cache expires and the related value type objects must be retrieved again.
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public TimeSpan CacheDuration { get; set; }
Public Property CacheDuration As TimeSpan
Get
Set
public:
property TimeSpan CacheDuration {
TimeSpan get ();
void set (TimeSpan value);
}
member CacheDuration : TimeSpan with get, set
Property Value
TimeSpan