SiteSettings.getCacheProperties (Method)
Returns the default cache properties for the site.
Returns:
SiteSettings_GetCacheProperties_Result (struct)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
defaultDynamicContentCacheKeepTime | NonNegativeInteger | The default minutes to keep cache for dynamic elements. |
defaultDynamicContentCacheKeepTimeUnit | TimeUnit_DHMS | Units (seconds/minutes/hours/days) for defaultDynamicContentCacheKeepTime. |
defaultStaleCacheMaxKeepTime | NonNegativeInteger | The default maximum time in minutes to keep stale cache. |
defaultStaleCacheMaxKeepTimeUnit | TimeUnit_DHMS | Units (seconds/minutes/hours/days) for defaultStaleCacheMaxKeepTime. |
Context:
License Requirements | None |
Permission Requirements | (none) |
Deny Context | None |
Require Context | (none) |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | Customization is not supported for this method. |
Error Codes:
None
Notes:
None