 | RepositorySettingsTCacheDuration Property |
How long the repository should cache top-level entities for. Recommended range is between 5 minutes and 48 hours.
If not specified, defaults to 60 minutes.
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic TimeSpan CacheDuration { get; }Public ReadOnly Property CacheDuration As TimeSpan
Get
public:
property TimeSpan CacheDuration {
TimeSpan get ();
}member CacheDuration : TimeSpan with get
Property Value
TimeSpan
See Also