[#BloombergLP-baltzo-DefaultZoneinfoCache] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::DefaultZoneinfoCache :relfileprefix: ../../ :mrdocs: This struct provides a namespace for functions that manage and access the default time‐zone data cache. == Synopsis Declared in `<baltzo_defaultzoneinfocache.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct DefaultZoneinfoCache; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/baltzo/DefaultZoneinfoCache/defaultCache.adoc[`defaultCache`] | Return the default Zoneinfo cache, or `cache` if non‐null. | xref:BloombergLP/baltzo/DefaultZoneinfoCache/defaultZoneinfoDataLocation.adoc[`defaultZoneinfoDataLocation`] | Return the default Zoneinfo Database root path. | xref:BloombergLP/baltzo/DefaultZoneinfoCache/loadDefaultZoneinfoDataLocations-06.adoc[`loadDefaultZoneinfoDataLocations`] | Load the default Zoneinfo data paths into `locations`. | xref:BloombergLP/baltzo/DefaultZoneinfoCache/setDefaultCache.adoc[`setDefaultCache`] | Set the default Zoneinfo cache object. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#