Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property defines the expiration time for cached analytics data in seconds, with a default value of 86400 seconds (24 hours). |
| What area does it affect? |
Analytics caching |
| What does the default mean? |
The default value is "86400", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when adjusting cache performance or data freshness requirements. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.analytics.cache.expiration.age.in.seconds |
| Sys ID |
ef70daf24f113110a1e235d991ce0b8a |
| Type |
integer |
| Application |
Global |
| Default value |
86400 |
| Description |
|
| Updated |
2024-05-25 03:39:12 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... When true, caching is enabled by default on dashboards newly created in the inline editor. • Type: true | false (Boolean) • Default: false • Location: System property [sys_properties] table glide.analytics.cache.expiration.age.in.seconds Value in seconds of the expiration_time field in analytics cache records. Applies only when glide.analytics.cache.enabled is true. • Type: integer • Default value: 86400 (24 hours) • Minimum value: 3600 ...
Related properties